* [PATCH] libfrog: add missing HAVE_LISTMOUNT flag
@ 2026-05-15 10:23 Andrey Albershteyn
2026-05-15 17:33 ` Darrick J. Wong
0 siblings, 1 reply; 2+ messages in thread
From: Andrey Albershteyn @ 2026-05-15 10:23 UTC (permalink / raw)
To: djwong, ailiop, linux-xfs; +Cc: Andrey Albershteyn
New stubs are wrapped with HAVE_LISTMOUNT, but this flag is not
added if HAVE_LISTMOUNT is set.
Signed-off-by: Andrey Albershteyn <aalbersh@kernel.org>
---
libfrog/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/libfrog/Makefile b/libfrog/Makefile
index 22668212f22b..6ada83407e48 100644
--- a/libfrog/Makefile
+++ b/libfrog/Makefile
@@ -97,6 +97,7 @@ CFLAGS += -DHAVE_CLOSE_RANGE
endif
ifeq ($(HAVE_LISTMOUNT),yes)
+CFLAGS += -DHAVE_LISTMOUNT
CFILES += statmount.c
HFILES += statmount.h
endif
--
2.51.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] libfrog: add missing HAVE_LISTMOUNT flag
2026-05-15 10:23 [PATCH] libfrog: add missing HAVE_LISTMOUNT flag Andrey Albershteyn
@ 2026-05-15 17:33 ` Darrick J. Wong
0 siblings, 0 replies; 2+ messages in thread
From: Darrick J. Wong @ 2026-05-15 17:33 UTC (permalink / raw)
To: Andrey Albershteyn; +Cc: ailiop, linux-xfs
On Fri, May 15, 2026 at 12:23:56PM +0200, Andrey Albershteyn wrote:
> New stubs are wrapped with HAVE_LISTMOUNT, but this flag is not
> added if HAVE_LISTMOUNT is set.
>
> Signed-off-by: Andrey Albershteyn <aalbersh@kernel.org>
Makes sense to me
Reviewed-by: "Darrick J. Wong" <djwong@kernel.org>
--D
> ---
> libfrog/Makefile | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/libfrog/Makefile b/libfrog/Makefile
> index 22668212f22b..6ada83407e48 100644
> --- a/libfrog/Makefile
> +++ b/libfrog/Makefile
> @@ -97,6 +97,7 @@ CFLAGS += -DHAVE_CLOSE_RANGE
> endif
>
> ifeq ($(HAVE_LISTMOUNT),yes)
> +CFLAGS += -DHAVE_LISTMOUNT
> CFILES += statmount.c
> HFILES += statmount.h
> endif
> --
> 2.51.2
>
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-05-15 17:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-15 10:23 [PATCH] libfrog: add missing HAVE_LISTMOUNT flag Andrey Albershteyn
2026-05-15 17:33 ` Darrick J. Wong
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.