On Sat, Oct 19, 2024 at 08:23:19PM +0200, Jan Palus wrote: > Fixes: 764d8cb8 ("xfs_spaceman: report file paths") > Signed-off-by: Jan Palus <jpalus@xxxxxxxxxxxx> Reviewed-by: Darrick J. Wong <djwong@xxxxxxxxxx> --D > --- > Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Makefile b/Makefile > index c40728d9..c73aa391 100644 > --- a/Makefile > +++ b/Makefile > @@ -97,7 +97,7 @@ quota: libxcmd > repair: libxlog libxcmd > copy: libxlog > mkfs: libxcmd > -spaceman: libxcmd > +spaceman: libxcmd libhandle > scrub: libhandle libxcmd > rtcp: libfrog > > -- > 2.47.0 > >