Skip to content
Snippets Groups Projects
Commit cb3b9cf8 authored by Arnd Bergmann's avatar Arnd Bergmann
Browse files

raw: use explicit llseek file operations


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: default avatarArnd Bergmann <arnd@arndb.de>
parent 275bd41a
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment