mbox series

[0/2] Merge extent_page_data and bio_ctrl

Message ID cover.1666868739.git.dsterba@suse.com (mailing list archive)
Headers show
Series Merge extent_page_data and bio_ctrl | expand

Message

David Sterba Oct. 27, 2022, 11:07 a.m. UTC
The extent_page_data structure has shrunk over time and does not make
much sense to have it separately from bio_ctrl.

David Sterba (2):
  btrfs: switch extent_page_data bit fields to bools
  btrfs: merge struct extent_page_data to btrfs_bio_ctrl

 fs/btrfs/extent_io.c | 121 +++++++++++++++++++++----------------------
 1 file changed, 58 insertions(+), 63 deletions(-)