naota / linux

Linux kernel source tree
Other
3 stars 1 forks source link

Load and pass (on-stack) bgi to read_one_block_group #17

Closed naota closed 3 years ago

naota commented 3 years ago

https://patchwork.kernel.org/project/linux-btrfs/patch/8fa3073375cf26759f9c5d3ce083c64d573ad9a6.1608608848.git.naohiro.aota@wdc.com/#23886869

We can "read in the bgi into the stack, and pass the pointer into read_one_block_group(), drop the path before calling read_one_block_group"

morbidrsa commented 3 years ago

Fixed locally.