On Wed, Apr 09, 2025 at 09:55:20AM +0200, Christoph Hellwig wrote: > Signed-off-by: Christoph Hellwig <hch@xxxxxx> LGTM, Reviewed-by: "Darrick J. Wong" <djwong@xxxxxxxxxx> --D > --- > libxfs/Makefile | 6 ++++-- > libxfs/xfs_zones.c | 2 ++ > 2 files changed, 6 insertions(+), 2 deletions(-) > > diff --git a/libxfs/Makefile b/libxfs/Makefile > index f3daa598ca97..61c43529b532 100644 > --- a/libxfs/Makefile > +++ b/libxfs/Makefile > @@ -71,7 +71,8 @@ HFILES = \ > xfs_shared.h \ > xfs_trans_resv.h \ > xfs_trans_space.h \ > - xfs_dir2_priv.h > + xfs_dir2_priv.h \ > + xfs_zones.h > > CFILES = buf_mem.c \ > cache.c \ > @@ -135,7 +136,8 @@ CFILES = buf_mem.c \ > xfs_trans_inode.c \ > xfs_trans_resv.c \ > xfs_trans_space.c \ > - xfs_types.c > + xfs_types.c \ > + xfs_zones.c > > EXTRA_CFILES=\ > ioctl_c_dummy.c > diff --git a/libxfs/xfs_zones.c b/libxfs/xfs_zones.c > index b022ed960eac..712c0fe9b0da 100644 > --- a/libxfs/xfs_zones.c > +++ b/libxfs/xfs_zones.c > @@ -3,6 +3,8 @@ > * Copyright (c) 2023-2025 Christoph Hellwig. > * Copyright (c) 2024-2025, Western Digital Corporation or its affiliates. > */ > +#include <linux/blkzoned.h> > +#include "libxfs_priv.h" > #include "xfs.h" > #include "xfs_fs.h" > #include "xfs_shared.h" > -- > 2.47.2 > >