Message ID | cover.1666637013.git.josef@toxicpanda.com (mailing list archive) |
---|---|
Headers | show |
Series | btrfs: move btrfs_fs_info and some prototypes | expand |
On Mon, Oct 24, 2022 at 02:46:51PM -0400, Josef Bacik wrote: > Hello, > > This is the next batch of ctree.h cleanups, and likely the last one for a little > bit. The remaining prototypes in ctree.h are going to be touched by a lot of > work that's currently happening, and I don't want to mess with peoples work now > that we're getting into the development cycle a little bit. > > The big thing I've done is moved btrfs_fs_info into fs.h. This is relatively > painless at this poing since I've organized everything up to now so I can just > copy and paste the big chunk of it out of ctree.h into fs.h. > > Then I've gone through and cleaned up a lot of randomm little things, and then > moved some prototypes into their own headers. > > I stopped where we got to the name stuff, as I know the fscrypt stuff is going > to touch all of that. I don't want to make that harder to merge, so I've > stopped here so that code can go in when it's ready, and then we can pick back > up cleaning up the rest of ctree.h. > > The entirety of these changes are just code moving, there's been no functional > changing. Thanks, Added to misc-next, thanks, there were only minor conflicts.