diff options
Diffstat (limited to 'fs/sysv/file.c')
-rw-r--r-- | fs/sysv/file.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/sysv/file.c b/fs/sysv/file.c index 36650f141..f54b8d6bc 100644 --- a/fs/sysv/file.c +++ b/fs/sysv/file.c @@ -77,9 +77,7 @@ struct inode_operations sysv_file_inode_operations = { sysv_get_block, /* get_block */ block_read_full_page, /* readpage */ block_write_full_page, /* writepage */ - block_flushpage, /* flushpage */ sysv_truncate, /* truncate */ NULL, /* permission */ - NULL, /* smap */ NULL /* revalidate */ }; |