File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -28,11 +28,6 @@ static int hfsplus_read_folio(struct file *file, struct folio *folio)
28
28
return block_read_full_folio (folio , hfsplus_get_block );
29
29
}
30
30
31
- static int hfsplus_writepage (struct page * page , struct writeback_control * wbc )
32
- {
33
- return block_write_full_page (page , hfsplus_get_block , wbc );
34
- }
35
-
36
31
static void hfsplus_write_failed (struct address_space * mapping , loff_t to )
37
32
{
38
33
struct inode * inode = mapping -> host ;
@@ -159,9 +154,10 @@ const struct address_space_operations hfsplus_btree_aops = {
159
154
.dirty_folio = block_dirty_folio ,
160
155
.invalidate_folio = block_invalidate_folio ,
161
156
.read_folio = hfsplus_read_folio ,
162
- .writepage = hfsplus_writepage ,
157
+ .writepages = hfsplus_writepages ,
163
158
.write_begin = hfsplus_write_begin ,
164
159
.write_end = generic_write_end ,
160
+ .migrate_folio = buffer_migrate_folio ,
165
161
.bmap = hfsplus_bmap ,
166
162
.release_folio = hfsplus_release_folio ,
167
163
};
You can’t perform that action at this time.
0 commit comments