diff options
Diffstat (limited to 'fs/hfs/dir_dbl.c')
-rw-r--r-- | fs/hfs/dir_dbl.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/hfs/dir_dbl.c b/fs/hfs/dir_dbl.c index d68f7ed6a..bc32f23c1 100644 --- a/fs/hfs/dir_dbl.c +++ b/fs/hfs/dir_dbl.c @@ -89,10 +89,8 @@ struct inode_operations hfs_dbl_dir_inode_operations = { NULL, /* get_block */ NULL, /* readpage */ NULL, /* writepage */ - NULL, /* flushpage */ NULL, /* truncate */ NULL, /* permission */ - NULL, /* smap */ NULL /* revalidate */ }; |