Re: [PATCH 00/32] btrfs_fs_info refactoring

2017-05-29 Thread David Sterba
On Thu, May 18, 2017 at 11:38:25AM +0800, Qu Wenruo wrote: > The patchset can be fetched from my github: > https://github.com/adam900710/btrfs-progs/tree/fs_info_refactor > > Which is based on v4.11-rc1. > > This quite scary patchset does a large refactoring (while still less than > 500 LoC) to m

[PATCH 00/32] btrfs_fs_info refactoring

2017-05-17 Thread Qu Wenruo
The patchset can be fetched from my github: https://github.com/adam900710/btrfs-progs/tree/fs_info_refactor Which is based on v4.11-rc1. This quite scary patchset does a large refactoring (while still less than 500 LoC) to move sector/node/stripe size members from btrfs_root to btrfs_fs_info. (Pa