diff options
Diffstat (limited to 'fs/ext2/dir.c')
-rw-r--r-- | fs/ext2/dir.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/ext2/dir.c b/fs/ext2/dir.c index e1f45105e..2cc69ee5b 100644 --- a/fs/ext2/dir.c +++ b/fs/ext2/dir.c @@ -18,7 +18,6 @@ * David S. Miller (davem@caip.rutgers.edu), 1995 */ -#include <linux/module.h> #include <linux/fs.h> @@ -67,10 +66,8 @@ struct inode_operations ext2_dir_inode_operations = { NULL, /* get_block */ NULL, /* readpage */ NULL, /* writepage */ - NULL, /* flushpage */ NULL, /* truncate */ ext2_permission, /* permission */ - NULL, /* smap */ NULL /* revalidate */ }; |