-
Arnd Bergmann authored
The raw_fops may need to seek, so there should be an explicit reference to default_llseek. raw_ctl_fops does not contain a read or write method, so we use noop_llseek to ignore seeking requests without an error. Signed-off-by:
Arnd Bergmann <arnd@arndb.de>
Arnd Bergmann authoredThe raw_fops may need to seek, so there should be an explicit reference to default_llseek. raw_ctl_fops does not contain a read or write method, so we use noop_llseek to ignore seeking requests without an error. Signed-off-by:
Arnd Bergmann <arnd@arndb.de>
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
raw.c 7.27 KiB