diff options
| -rw-r--r-- | include/linux/fs.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 76041b61475..c8effc81f0c 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -2450,6 +2450,7 @@ static const struct file_operations __fops = {				\  	.release = simple_attr_release,					\  	.read	 = simple_attr_read,					\  	.write	 = simple_attr_write,					\ +	.llseek	 = generic_file_llseek,					\  };  static inline void __attribute__((format(printf, 1, 2)))  |