summaryrefslogtreecommitdiffstats
path: root/fs/hfs/dir_nat.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/hfs/dir_nat.c')
-rw-r--r--fs/hfs/dir_nat.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/fs/hfs/dir_nat.c b/fs/hfs/dir_nat.c
index aa8a90220..855d3434e 100644
--- a/fs/hfs/dir_nat.c
+++ b/fs/hfs/dir_nat.c
@@ -96,10 +96,8 @@ struct inode_operations hfs_nat_ndir_inode_operations = {
NULL, /* get_block */
NULL, /* readpage */
NULL, /* writepage */
- NULL, /* flushpage */
NULL, /* truncate */
NULL, /* permission */
- NULL, /* smap */
NULL /* revalidate */
};
@@ -119,10 +117,8 @@ struct inode_operations hfs_nat_hdir_inode_operations = {
NULL, /* get_block */
NULL, /* readpage */
NULL, /* writepage */
- NULL, /* flushpage */
NULL, /* truncate */
NULL, /* permission */
- NULL, /* smap */
NULL /* revalidate */
};