diff options
Diffstat (limited to 'fs/hfs/inode.c')
| -rw-r--r-- | fs/hfs/inode.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/hfs/inode.c b/fs/hfs/inode.c index dffb4e996643..fff16c968e67 100644 --- a/fs/hfs/inode.c +++ b/fs/hfs/inode.c | |||
| @@ -150,7 +150,6 @@ static int hfs_writepages(struct address_space *mapping, | |||
| 150 | const struct address_space_operations hfs_btree_aops = { | 150 | const struct address_space_operations hfs_btree_aops = { |
| 151 | .readpage = hfs_readpage, | 151 | .readpage = hfs_readpage, |
| 152 | .writepage = hfs_writepage, | 152 | .writepage = hfs_writepage, |
| 153 | .sync_page = block_sync_page, | ||
| 154 | .write_begin = hfs_write_begin, | 153 | .write_begin = hfs_write_begin, |
| 155 | .write_end = generic_write_end, | 154 | .write_end = generic_write_end, |
| 156 | .bmap = hfs_bmap, | 155 | .bmap = hfs_bmap, |
| @@ -160,7 +159,6 @@ const struct address_space_operations hfs_btree_aops = { | |||
| 160 | const struct address_space_operations hfs_aops = { | 159 | const struct address_space_operations hfs_aops = { |
| 161 | .readpage = hfs_readpage, | 160 | .readpage = hfs_readpage, |
| 162 | .writepage = hfs_writepage, | 161 | .writepage = hfs_writepage, |
| 163 | .sync_page = block_sync_page, | ||
| 164 | .write_begin = hfs_write_begin, | 162 | .write_begin = hfs_write_begin, |
| 165 | .write_end = generic_write_end, | 163 | .write_end = generic_write_end, |
| 166 | .bmap = hfs_bmap, | 164 | .bmap = hfs_bmap, |
