android_kernel_xiaomi_sm8450/samples/fanotify/Makefile
Gabriel Krisman Bertazi 5b9f49cc86 samples: Add fs error monitoring example
[ Upstream commit 5451093081db6ca1a708d149e11cfd219800bc4c ]

Introduce an example of a FAN_FS_ERROR fanotify user to track filesystem
errors.

Link: https://lore.kernel.org/r/20211025192746.66445-31-krisman@collabora.com
Reviewed-by: Amir Goldstein <amir73il@gmail.com>
Reviewed-by: Jan Kara <jack@suse.cz>
Signed-off-by: Gabriel Krisman Bertazi <krisman@collabora.com>
Signed-off-by: Jan Kara <jack@suse.cz>
[ cel: adjusted to squelch a missing file warning on v5.10.y ]
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2024-08-19 05:41:21 +02:00

6 lines
111 B
Makefile

# SPDX-License-Identifier: GPL-2.0-only
userprogs-always-y += fs-monitor
userccflags += -I usr/include -Wall