diff mbox series

xfs_spaceman: add dependency on libhandle target

Message ID 20241019182320.2164208-1-jpalus@fastmail.com (mailing list archive)
State New
Headers show
Series xfs_spaceman: add dependency on libhandle target | expand

Commit Message

Jan Palus Oct. 19, 2024, 6:23 p.m. UTC
Fixes: 764d8cb8 ("xfs_spaceman: report file paths")
Signed-off-by: Jan Palus <jpalus@fastmail.com>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Darrick J. Wong Oct. 21, 2024, 3:14 p.m. UTC | #1
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
> 
>
diff mbox series

Patch

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