summaryrefslogtreecommitdiffstats
path: root/fs/ext2/dir.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ext2/dir.c')
-rw-r--r--fs/ext2/dir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext2/dir.c b/fs/ext2/dir.c
index c5af9d8e1..22af55334 100644
--- a/fs/ext2/dir.c
+++ b/fs/ext2/dir.c
@@ -70,7 +70,7 @@ struct inode_operations ext2_dir_inode_operations = {
NULL, /* readpage */
NULL, /* writepage */
NULL, /* bmap */
- ext2_truncate, /* truncate */
+ NULL, /* truncate */
ext2_permission, /* permission */
NULL /* smap */
};