All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrey Albershteyn <aalbersh@kernel.org>
To: djwong@kernel.org, ailiop@suse.com, linux-xfs@vger.kernel.org
Cc: Andrey Albershteyn <aalbersh@kernel.org>
Subject: [PATCH] libfrog: add missing HAVE_LISTMOUNT flag
Date: Fri, 15 May 2026 12:23:56 +0200	[thread overview]
Message-ID: <20260515102357.90358-1-aalbersh@kernel.org> (raw)

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


             reply	other threads:[~2026-05-15 10:24 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-05-15 10:23 Andrey Albershteyn [this message]
2026-05-15 17:33 ` [PATCH] libfrog: add missing HAVE_LISTMOUNT flag Darrick J. Wong

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260515102357.90358-1-aalbersh@kernel.org \
    --to=aalbersh@kernel.org \
    --cc=ailiop@suse.com \
    --cc=djwong@kernel.org \
    --cc=linux-xfs@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.