diff options
Diffstat (limited to 'fs/ext4/file.c')
-rw-r--r-- | fs/ext4/file.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/ext4/file.c b/fs/ext4/file.c index 7b80d543b89e..2c0972322009 100644 --- a/fs/ext4/file.c +++ b/fs/ext4/file.c | |||
@@ -272,7 +272,6 @@ const struct file_operations ext4_file_operations = { | |||
272 | }; | 272 | }; |
273 | 273 | ||
274 | const struct inode_operations ext4_file_inode_operations = { | 274 | const struct inode_operations ext4_file_inode_operations = { |
275 | .truncate = ext4_truncate, | ||
276 | .setattr = ext4_setattr, | 275 | .setattr = ext4_setattr, |
277 | .getattr = ext4_getattr, | 276 | .getattr = ext4_getattr, |
278 | #ifdef CONFIG_EXT4_FS_XATTR | 277 | #ifdef CONFIG_EXT4_FS_XATTR |