summaryrefslogtreecommitdiffstats
path: root/fs/hfs/dir_cap.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/hfs/dir_cap.c')
-rw-r--r--fs/hfs/dir_cap.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/fs/hfs/dir_cap.c b/fs/hfs/dir_cap.c
index a5ce908a7..602d85c52 100644
--- a/fs/hfs/dir_cap.c
+++ b/fs/hfs/dir_cap.c
@@ -90,10 +90,8 @@ struct inode_operations hfs_cap_ndir_inode_operations = {
NULL, /* get_block */
NULL, /* readpage */
NULL, /* writepage */
- NULL, /* flushpage */
NULL, /* truncate */
NULL, /* permission */
- NULL, /* smap */
NULL /* revalidate */
};
@@ -113,10 +111,8 @@ struct inode_operations hfs_cap_fdir_inode_operations = {
NULL, /* get_block */
NULL, /* readpage */
NULL, /* writepage */
- NULL, /* flushpage */
NULL, /* truncate */
NULL, /* permission */
- NULL, /* smap */
NULL /* revalidate */
};
@@ -136,10 +132,8 @@ struct inode_operations hfs_cap_rdir_inode_operations = {
NULL, /* get_block */
NULL, /* readpage */
NULL, /* writepage */
- NULL, /* flushpage */
NULL, /* truncate */
NULL, /* permission */
- NULL, /* smap */
NULL /* revalidate */
};