On Thu, Sep 17, 2020 at 09:01:59AM +0100, Christoph Hellwig wrote: > On Mon, Sep 14, 2020 at 06:51:11PM -0700, Darrick J. Wong wrote: > > From: Darrick J. Wong <darrick.wong@xxxxxxxxxx> > > > > Hoist the code that propagates di_flags from a parent to a new child > > into a separate function. > > > > Signed-off-by: Darrick J. Wong <darrick.wong@xxxxxxxxxx> > > Looks good (except for the fact that this is duplicated and not shared > with the kernel..) Yeah, I'm working towards that: https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux.git/log/?h=inode-refactor and https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfsprogs-dev.git/log/?h=inode-refactor --D > Reviewed-by: Christoph Hellwig <hch@xxxxxx>