ext3: Convert ext3 to new truncate calling convention
[firefly-linux-kernel-4.4.55.git] / fs / ext3 / file.c
index f55df0e61cbded50f25db7dc094c0ffc5a8dc7a3..86c8ab343f6f523b3f996d11e3857d37a5b15466 100644 (file)
@@ -71,7 +71,6 @@ const struct file_operations ext3_file_operations = {
 };
 
 const struct inode_operations ext3_file_inode_operations = {
-       .truncate       = ext3_truncate,
        .setattr        = ext3_setattr,
 #ifdef CONFIG_EXT3_FS_XATTR
        .setxattr       = generic_setxattr,