V1: https://lore.kernel.org/linux-fsdevel/cover.1719341580.git.josef@xxxxxxxxxxxxxx/ v1->v2: - Dropped the statx patch as Alejandro already took it (thanks!) - Reworked everything to use semantic newlines - Addressed all of the comments on the statmount.2 man page I'm still unable to run anything other than make check, and if I do `make -t lint-c-checkpatch` and then run make check lint build it fails almost immediately on other unrelated things, so I think I'm too dumb to know how to check these patches before I send them. However I did my best to follow all of the suggestions. Thanks, Josef Josef Bacik (2): statmount.2: New page describing the statmount syscall listmount.2: New page describing the listmount syscall man/man2/listmount.2 | 114 +++++++++++++++++ man/man2/statmount.2 | 289 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 403 insertions(+) create mode 100644 man/man2/listmount.2 create mode 100644 man/man2/statmount.2 -- 2.43.0