summaryrefslogtreecommitdiffstats
path: root/fs/devices.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/devices.c')
-rw-r--r--fs/devices.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/fs/devices.c b/fs/devices.c
index 8d9200f87..934fe290f 100644
--- a/fs/devices.c
+++ b/fs/devices.c
@@ -277,11 +277,14 @@ struct inode_operations blkdev_inode_operations = {
NULL, /* mknod */
NULL, /* rename */
NULL, /* readlink */
+ NULL, /* bmap */
NULL, /* readpage */
NULL, /* writepage */
- NULL, /* bmap */
+ NULL, /* flushpage */
NULL, /* truncate */
- NULL /* permission */
+ NULL, /* permission */
+ NULL, /* smap */
+ NULL /* revalidate */
};
/*