summaryrefslogtreecommitdiffstats
path: root/fs/efs/dir.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/efs/dir.c')
-rw-r--r--fs/efs/dir.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/efs/dir.c b/fs/efs/dir.c
index 29f2ebbc3..05a3334f7 100644
--- a/fs/efs/dir.c
+++ b/fs/efs/dir.c
@@ -43,10 +43,8 @@ struct inode_operations efs_dir_inode_operations = {
efs_get_block, /* get_block */
NULL, /* readpage */
NULL, /* writepage */
- NULL, /* flushpage */
NULL, /* truncate */
NULL, /* permission */
- NULL, /* smap */
NULL /* revalidate */
};