diff options
Diffstat (limited to 'fs/isofs/dir.c')
-rw-r--r-- | fs/isofs/dir.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/isofs/dir.c b/fs/isofs/dir.c index bc64dfdd5..fb60d3a55 100644 --- a/fs/isofs/dir.c +++ b/fs/isofs/dir.c @@ -60,10 +60,8 @@ struct inode_operations isofs_dir_inode_operations = NULL, /* get_block */ NULL, /* readpage */ NULL, /* writepage */ - NULL, /* flushpage */ NULL, /* truncate */ NULL, /* permission */ - NULL, /* smap */ NULL /* revalidate */ }; |