On Mon, Nov 21, 2022 at 08:50:32AM +0100, Christoph Hellwig wrote: > On Mon, Oct 31, 2022 at 01:46:26PM +0100, Christoph Hellwig wrote: > > Remove the pointless keying argument and associated enum and pass the > > fill_super callback and a "bool reconf" instead. Also mark the function > > static given that there are no users outside of super.c. > > Al, can you pick this one up? Applied, even though I want to see if we can lift sget_fc() out of that thing and turn it into something that would just handle the "here's a superblock, here's fc, here's fill_super callback, do the right thing" part and hopefully might be reused in bdev part...