diff options
Diffstat (limited to 'fs/vfat/namei.c')
-rw-r--r-- | fs/vfat/namei.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/fs/vfat/namei.c b/fs/vfat/namei.c index d372ead15..ad241c3cd 100644 --- a/fs/vfat/namei.c +++ b/fs/vfat/namei.c @@ -1232,11 +1232,14 @@ struct inode_operations vfat_dir_inode_operations = { vfat_rename, /* rename */ NULL, /* readlink */ NULL, /* followlink */ + NULL, /* get_block */ NULL, /* readpage */ NULL, /* writepage */ - NULL, /* bmap */ + NULL, /* flushpage */ NULL, /* truncate */ - NULL /* permission */ + NULL, /* permission */ + NULL, /* smap */ + NULL /* revalidate */ }; struct super_block *vfat_read_super(struct super_block *sb,void *data, |