diff options
Diffstat (limited to 'fs/ecryptfs/file.c')
-rw-r--r-- | fs/ecryptfs/file.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ecryptfs/file.c b/fs/ecryptfs/file.c index 622c95140802..86e9da1c787e 100644 --- a/fs/ecryptfs/file.c +++ b/fs/ecryptfs/file.c | |||
@@ -332,6 +332,7 @@ const struct file_operations ecryptfs_dir_fops = { | |||
332 | .fsync = ecryptfs_fsync, | 332 | .fsync = ecryptfs_fsync, |
333 | .fasync = ecryptfs_fasync, | 333 | .fasync = ecryptfs_fasync, |
334 | .splice_read = generic_file_splice_read, | 334 | .splice_read = generic_file_splice_read, |
335 | .llseek = default_llseek, | ||
335 | }; | 336 | }; |
336 | 337 | ||
337 | const struct file_operations ecryptfs_main_fops = { | 338 | const struct file_operations ecryptfs_main_fops = { |