summaryrefslogtreecommitdiffstats
path: root/fs/adfs/file.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/adfs/file.c')
-rw-r--r--fs/adfs/file.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/adfs/file.c b/fs/adfs/file.c
index c415597e3..2881e81f1 100644
--- a/fs/adfs/file.c
+++ b/fs/adfs/file.c
@@ -64,9 +64,7 @@ struct inode_operations adfs_file_inode_operations = {
adfs_bmap, /* get_block */
block_read_full_page, /* readpage */
NULL, /* writepage */
- NULL, /* flushpage */
NULL, /* truncate */
NULL, /* permission */
- NULL, /* smap */
NULL /* revalidate */
};