Commit accaec2
btrfs: prepare btrfs_launcher_folio() for large folios support
That function is only calling btrfs_qgroup_free_data(), which doesn't
care about the size of the folio.
Just replace the fixed PAGE_SIZE with folio_size().
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Signed-off-by: Qu Wenruo <wqu@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>1 parent a416637 commit accaec2
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7297 | 7297 | | |
7298 | 7298 | | |
7299 | 7299 | | |
7300 | | - | |
| 7300 | + | |
7301 | 7301 | | |
7302 | 7302 | | |
7303 | 7303 | | |
| |||
0 commit comments