Commit 506382d
orangefs: Remove orangefs_writepage()
If we add a migrate_folio operation, we can remove orangefs_writepage
(as there is already a writepages operation). filemap_migrate_folio()
will do fine as struct orangefs_write_range does not need to be adjusted
when the folio is migrated.
Signed-off-by: "Matthew Wilcox (Oracle)" <willy@infradead.org>
Link: https://lore.kernel.org/r/20250305204734.1475264-5-willy@infradead.org
Tested-by: Mike Marshall <hubcap@omnibond.com>
Signed-off-by: Christian Brauner <brauner@kernel.org>1 parent 144fa8a commit 506382d
1 file changed
Lines changed: 1 addition & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | 67 | | |
77 | 68 | | |
78 | 69 | | |
| |||
605 | 596 | | |
606 | 597 | | |
607 | 598 | | |
608 | | - | |
609 | 599 | | |
610 | 600 | | |
611 | 601 | | |
| |||
615 | 605 | | |
616 | 606 | | |
617 | 607 | | |
| 608 | + | |
618 | 609 | | |
619 | 610 | | |
620 | 611 | | |
| |||
0 commit comments