summaryrefslogtreecommitdiffstats
path: root/fs/autofs
diff options
context:
space:
mode:
Diffstat (limited to 'fs/autofs')
-rw-r--r--fs/autofs/dir.c3
-rw-r--r--fs/autofs/root.c3
-rw-r--r--fs/autofs/symlink.c3
3 files changed, 6 insertions, 3 deletions
diff --git a/fs/autofs/dir.c b/fs/autofs/dir.c
index f6ccf8419..a8262e701 100644
--- a/fs/autofs/dir.c
+++ b/fs/autofs/dir.c
@@ -73,9 +73,10 @@ struct inode_operations autofs_dir_inode_operations = {
NULL, /* rename */
NULL, /* readlink */
NULL, /* follow_link */
+ NULL, /* get_block */
NULL, /* readpage */
NULL, /* writepage */
- NULL, /* bmap */
+ NULL, /* flushpage */
NULL, /* truncate */
NULL, /* permission */
NULL, /* smap */
diff --git a/fs/autofs/root.c b/fs/autofs/root.c
index 011e3286f..c6034c754 100644
--- a/fs/autofs/root.c
+++ b/fs/autofs/root.c
@@ -54,9 +54,10 @@ struct inode_operations autofs_root_inode_operations = {
NULL, /* rename */
NULL, /* readlink */
NULL, /* follow_link */
+ NULL, /* get_block */
NULL, /* readpage */
NULL, /* writepage */
- NULL, /* bmap */
+ NULL, /* flushpage */
NULL, /* truncate */
NULL, /* permission */
NULL, /* smap */
diff --git a/fs/autofs/symlink.c b/fs/autofs/symlink.c
index 0e46db365..6ca720527 100644
--- a/fs/autofs/symlink.c
+++ b/fs/autofs/symlink.c
@@ -49,9 +49,10 @@ struct inode_operations autofs_symlink_inode_operations = {
NULL, /* rename */
autofs_readlink, /* readlink */
autofs_follow_link, /* follow_link */
+ NULL, /* get_block */
NULL, /* readpage */
NULL, /* writepage */
- NULL, /* bmap */
+ NULL, /* flushpage */
NULL, /* truncate */
NULL, /* permission */
NULL, /* smap */