Message ID | 20241019182320.2164208-1-jpalus@fastmail.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | xfs_spaceman: add dependency on libhandle target | expand |
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@fastmail.com> Reviewed-by: Darrick J. Wong <djwong@kernel.org> --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 > >
On 19.10.2024 20:23, Jan Palus wrote: > Fixes: 764d8cb8 ("xfs_spaceman: report file paths") > Signed-off-by: Jan Palus <jpalus@fastmail.com> > --- > 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 Gentle ping on this small, reviewed change.
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
Fixes: 764d8cb8 ("xfs_spaceman: report file paths") Signed-off-by: Jan Palus <jpalus@fastmail.com> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)