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 2b9a644b7583..91da02987bff 100644 --- a/fs/ecryptfs/file.c +++ b/fs/ecryptfs/file.c | |||
@@ -329,6 +329,7 @@ const struct file_operations ecryptfs_dir_fops = { | |||
329 | .fsync = ecryptfs_fsync, | 329 | .fsync = ecryptfs_fsync, |
330 | .fasync = ecryptfs_fasync, | 330 | .fasync = ecryptfs_fasync, |
331 | .splice_read = generic_file_splice_read, | 331 | .splice_read = generic_file_splice_read, |
332 | .llseek = default_llseek, | ||
332 | }; | 333 | }; |
333 | 334 | ||
334 | const struct file_operations ecryptfs_main_fops = { | 335 | const struct file_operations ecryptfs_main_fops = { |