diff options
Diffstat (limited to 'fs/ext3/file.c')
| -rw-r--r-- | fs/ext3/file.c | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/ext3/file.c b/fs/ext3/file.c index 2be5b99097f..724df69847d 100644 --- a/fs/ext3/file.c +++ b/fs/ext3/file.c @@ -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,  |