summaryrefslogtreecommitdiffstats
path: root/fs/devices.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/devices.c')
-rw-r--r--fs/devices.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/fs/devices.c b/fs/devices.c
index a436f60de..b44acfacf 100644
--- a/fs/devices.c
+++ b/fs/devices.c
@@ -281,10 +281,8 @@ struct inode_operations blkdev_inode_operations = {
NULL, /* get_block */
NULL, /* readpage */
NULL, /* writepage */
- NULL, /* flushpage */
NULL, /* truncate */
NULL, /* permission */
- NULL, /* smap */
NULL /* revalidate */
};
@@ -338,10 +336,8 @@ struct inode_operations chrdev_inode_operations = {
NULL, /* get_block */
NULL, /* readpage */
NULL, /* writepage */
- NULL, /* flushpage */
NULL, /* truncate */
NULL, /* permission */
- NULL, /* smap */
NULL /* revalidate */
};