diff options
Diffstat (limited to 'fs/ext4/file.c')
-rw-r--r-- | fs/ext4/file.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ext4/file.c b/fs/ext4/file.c index d4c8186aed64..1a81cd66d63b 100644 --- a/fs/ext4/file.c +++ b/fs/ext4/file.c | |||
@@ -134,5 +134,6 @@ const struct inode_operations ext4_file_inode_operations = { | |||
134 | .removexattr = generic_removexattr, | 134 | .removexattr = generic_removexattr, |
135 | #endif | 135 | #endif |
136 | .permission = ext4_permission, | 136 | .permission = ext4_permission, |
137 | .fallocate = ext4_fallocate, | ||
137 | }; | 138 | }; |
138 | 139 | ||