diff options
| author | Alexey Dobriyan <[email protected]> | 2021-05-06 18:02:16 -0700 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2021-05-06 19:24:11 -0700 |
| commit | d4455faccd6cbe11ddfdbe28723a2122453b4f4e (patch) | |
| tree | 259db030de708622b3215088c3eb664c36b85a4b /scripts/gdb/linux/lists.py | |
| parent | b793cd9ab34da3c571a038219d1d6315f91e5afd (diff) | |
proc: mandate ->proc_lseek in "struct proc_ops"
Now that proc_ops are separate from file_operations and other operations
it easy to check all instances to have ->proc_lseek hook and remove check
in main code.
Note:
nonseekable_open() files naturally don't require ->proc_lseek.
Garbage collect pde_lseek() function.
[[email protected]: smoke test lseek()]
Link: https://lkml.kernel.org/r/[email protected]
Link: https://lkml.kernel.org/r/YFYX0Bzwxlc7aBa/@localhost.localdomain
Signed-off-by: Alexey Dobriyan <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/lists.py')
0 files changed, 0 insertions, 0 deletions