diff options
Diffstat (limited to 'fs/autofs')
-rw-r--r-- | fs/autofs/dir.c | 1 | ||||
-rw-r--r-- | fs/autofs/root.c | 1 | ||||
-rw-r--r-- | fs/autofs/symlink.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/fs/autofs/dir.c b/fs/autofs/dir.c index 425df6577..f6ccf8419 100644 --- a/fs/autofs/dir.c +++ b/fs/autofs/dir.c @@ -79,7 +79,6 @@ struct inode_operations autofs_dir_inode_operations = { NULL, /* truncate */ NULL, /* permission */ NULL, /* smap */ - NULL, /* updatepage */ NULL /* revalidate */ }; diff --git a/fs/autofs/root.c b/fs/autofs/root.c index c1b57ec6e..011e3286f 100644 --- a/fs/autofs/root.c +++ b/fs/autofs/root.c @@ -60,7 +60,6 @@ struct inode_operations autofs_root_inode_operations = { NULL, /* truncate */ NULL, /* permission */ NULL, /* smap */ - NULL, /* updatepage */ NULL /* revalidate */ }; diff --git a/fs/autofs/symlink.c b/fs/autofs/symlink.c index a4cb5154f..0e46db365 100644 --- a/fs/autofs/symlink.c +++ b/fs/autofs/symlink.c @@ -55,6 +55,5 @@ struct inode_operations autofs_symlink_inode_operations = { NULL, /* truncate */ NULL, /* permission */ NULL, /* smap */ - NULL, /* updatepage */ NULL /* revalidate */ }; |