ext2: convert to use the new truncate convention.
[safe/jmp/linux-2.6] / fs / ext2 / file.c
index d82e7ca..49eec94 100644 (file)
@@ -95,7 +95,6 @@ const struct file_operations ext2_xip_file_operations = {
 #endif
 
 const struct inode_operations ext2_file_inode_operations = {
-       .truncate       = ext2_truncate,
 #ifdef CONFIG_EXT2_FS_XATTR
        .setxattr       = generic_setxattr,
        .getxattr       = generic_getxattr,