commit | cb3b9cf818070df1bf592b71275bcf99d8edefcb | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Tue Jul 06 23:03:55 2010 +0200 |
committer | Arnd Bergmann <arnd@arndb.de> | Thu Sep 16 10:33:14 2010 +0200 |
tree | b6e82e8874890dca9c2d5c9013aecada829a6ef6 | |
parent | 275bd41a6da179b4493171fa65eeeb2a9e47b316 [diff] |
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: Arnd Bergmann <arnd@arndb.de>