Linux XFS filesystem development
 help / color / mirror / Atom feed
* [PATCH 0/4] xfsprogs: fix xfs_healer build issues on older kernels
@ 2026-05-13 19:30 Anthony Iliopoulos
  2026-05-13 19:30 ` [PATCH 1/4] configure: always check for statmount supported_mask Anthony Iliopoulos
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Anthony Iliopoulos @ 2026-05-13 19:30 UTC (permalink / raw)
  To: linux-xfs

This patch series addresses several build issues that arise when
compiling xfs_healer on systems with older kernel headers. The patches
fix various problems, including missing statmount flag definitions,
incorrect configure checks, and missing stubs for statmount-related
functions. Additionally, the series updates .gitignore to ignore
xfs_healer-generated files.

Anthony Iliopoulos (4):
  configure: always check for statmount supported_mask
  libfrog: add missing statmount flag definitions
  libfrog: add fallback stubs for libfrog_statmount and fstatmount
  gitignore: add xfs_healer binaries and services

 .gitignore          |  3 +++
 configure.ac        |  2 +-
 libfrog/statmount.h | 22 +++++++++++++++++++++-
 3 files changed, 25 insertions(+), 2 deletions(-)

--
2.49.0

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2026-05-14  0:29 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-13 19:30 [PATCH 0/4] xfsprogs: fix xfs_healer build issues on older kernels Anthony Iliopoulos
2026-05-13 19:30 ` [PATCH 1/4] configure: always check for statmount supported_mask Anthony Iliopoulos
2026-05-14  0:27   ` Darrick J. Wong
2026-05-13 19:30 ` [PATCH 2/4] libfrog: add missing statmount flag definitions Anthony Iliopoulos
2026-05-14  0:27   ` Darrick J. Wong
2026-05-13 19:30 ` [PATCH 3/4] libfrog: add fallback stubs for libfrog_statmount and fstatmount Anthony Iliopoulos
2026-05-14  0:29   ` Darrick J. Wong
2026-05-13 19:30 ` [PATCH 4/4] gitignore: add xfs_healer binaries and services Anthony Iliopoulos
2026-05-14  0:28   ` 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