Tag: 6038f373a3dc1f1c26496e60b6c40b164716f07e

llseek: automatically add .llseek fop

Author: Arnd Bergmann <arnd@arndb.de> All file_operations should get a .llseek operation so we can make nonseekable_open the default for future file operations without a .llseek pointer. The three cases that we can automatically detect are no_llseek, seq_lseek and default_llseek. For cases where we can we can automatically prove that the file offset is always ignored, …

Continue reading