Linux XFS filesystem development
 help / color / mirror / Atom feed
* [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

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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox