> diff --git a/fs/xfs/libxfs/xfs_trans_inode.c b/fs/xfs/libxfs/xfs_trans_inode.c > index 3e07e7c6a5d53..29f1aa290ce6d 100644 > --- a/fs/xfs/libxfs/xfs_trans_inode.c > +++ b/fs/xfs/libxfs/xfs_trans_inode.c > @@ -14,6 +14,7 @@ > #include "xfs_trans.h" > #include "xfs_trans_priv.h" > #include "xfs_inode_item.h" > +#include "xfs_rtbitmap.h" > > #include <linux/iversion.h> > This seems to just have slipped in here? Otherwise looks good: Reviewed-by: Christoph Hellwig <hch@xxxxxx>