> diff --git a/fs/xfs/Makefile b/fs/xfs/Makefile > index 135f4478aa5a..3b0b21a4dcde 100644 > --- a/fs/xfs/Makefile > +++ b/fs/xfs/Makefile > @@ -41,6 +41,7 @@ xfs-y += $(addprefix libxfs/, \ > xfs_bmap.o \ > xfs_bmap_btree.o \ > xfs_btree.o \ > + xfs_btree_staging.o \ We only needs this for online repair don't we? Can we exclude the file from the build for xfs configs without scrub/repair?