diff options
Diffstat (limited to 'fs/autofs/dir.c')
-rw-r--r-- | fs/autofs/dir.c | 3 |
1 files changed, 2 insertions, 1 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 */ |