On Tue, Sep 03, 2019 at 09:36:27PM -0700, Darrick J. Wong wrote: > From: Darrick J. Wong <darrick.wong@xxxxxxxxxx> > > Move this header to libfrog since the code is there already. > > Signed-off-by: Darrick J. Wong <darrick.wong@xxxxxxxxxx> > --- > include/Makefile | 1 - > include/libxfs.h | 2 +- > include/radix-tree.h | 63 -------------------------------------------------- > libfrog/Makefile | 1 + > libfrog/radix-tree.h | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++ > libxfs/libxfs_priv.h | 2 +- > 6 files changed, 66 insertions(+), 66 deletions(-) > delete mode 100644 include/radix-tree.h > create mode 100644 libfrog/radix-tree.h Looks good. Reviewed-by: Dave Chinner <dchinner@xxxxxxxxxx> -- Dave Chinner david@xxxxxxxxxxxxx