On Thu, Jul 25, 2024 at 11:32:26AM -0400, cel@kernel.org wrote:
From: Chuck Lever chuck.lever@oracle.com
These extra commits were requested by Amir Goldstein amir73il@gmail.com. Note that c0baf9ac0b05 ("docs: Document the FAN_FS_ERROR event") is already applied to v5.10.y.
Gabriel Krisman Bertazi (2): samples: Add fs error monitoring example samples: Make fs-monitor depend on libc and headers
Linus Torvalds (1): Add gitignore file for samples/fanotify/ subdirectory
samples/Kconfig | 8 ++ samples/Makefile | 1 + samples/fanotify/.gitignore | 1 + samples/fanotify/Makefile | 5 ++ samples/fanotify/fs-monitor.c | 142 ++++++++++++++++++++++++++++++++++ 5 files changed, 157 insertions(+) create mode 100644 samples/fanotify/.gitignore create mode 100644 samples/fanotify/Makefile create mode 100644 samples/fanotify/fs-monitor.c
-- 2.45.2
Now queued up, thanks.
greg k-h