On Tue, Sep 12, 2023 at 12:39:47PM -0700, Darrick J. Wong wrote: > From: Darrick J. Wong <djwong@xxxxxxxxxx> > > This flag is perfectly acceptable for bulkstatting a single file; > there's no reason not to allow it. Reviewed-by: Carlos Maiolino <cmaiolino@xxxxxxxxxx> Carlos > > Signed-off-by: Darrick J. Wong <djwong@xxxxxxxxxx> > --- > libfrog/bulkstat.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > > diff --git a/libfrog/bulkstat.c b/libfrog/bulkstat.c > index 0a90947fb29..c863bcb6bf8 100644 > --- a/libfrog/bulkstat.c > +++ b/libfrog/bulkstat.c > @@ -53,7 +53,7 @@ xfrog_bulkstat_single5( > struct xfs_bulkstat_req *req; > int ret; > > - if (flags & ~(XFS_BULK_IREQ_SPECIAL)) > + if (flags & ~(XFS_BULK_IREQ_SPECIAL | XFS_BULK_IREQ_NREXT64)) > return -EINVAL; > > if (xfd->fsgeom.flags & XFS_FSOP_GEOM_FLAGS_NREXT64) >