commit | 05271ec424d526968d75b4dd9860f8078bcff0a6 | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Tue Jul 06 19:10:26 2010 +0200 |
committer | Arnd Bergmann <arnd@arndb.de> | Thu Sep 16 10:33:09 2010 +0200 |
tree | b1002d281a52eceb9127911b539992e04835d033 | |
parent | 2b18ab36cf7e956fb5b5ee12847e94fc66d496f4 [diff] |
lkdtm: use generic_file_llseek in debugfs When the default llseek behavior gets changed to not allowing seek, all file operations that rely on the current behaviour need to use an explicit .llseek operation. The files that lkdtm uses in debugfs are regular files and they get read using simple_read_from_buffer, so generic_file_llseek is the right operation. Signed-off-by: Arnd Bergmann <arnd@arndb.de>