summaryrefslogtreecommitdiffstats
path: root/fs/hpfs/inode.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/hpfs/inode.c')
-rw-r--r--fs/hpfs/inode.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/hpfs/inode.c b/fs/hpfs/inode.c
index 99bfa1004..17984d667 100644
--- a/fs/hpfs/inode.c
+++ b/fs/hpfs/inode.c
@@ -48,7 +48,6 @@ static const struct inode_operations hpfs_file_iops =
&hpfs_truncate, /* truncate */
NULL, /* permission */
NULL, /* smap */
- NULL, /* updatepage */
NULL, /* revalidate */
};
@@ -91,7 +90,6 @@ static const struct inode_operations hpfs_dir_iops =
NULL, /* truncate */
NULL, /* permission */
NULL, /* smap */
- NULL, /* updatepage */
NULL, /* revalidate */
};
@@ -115,7 +113,6 @@ const struct inode_operations hpfs_symlink_iops =
NULL, /* truncate */
NULL, /* permission */
NULL, /* smap */
- NULL, /* updatepage */
NULL, /* revalidate */
};