+1
−0
+7
−0
+1
−0
fs/xfs/xfs_healthmon.c
0 → 100644
+262
−0
fs/xfs/xfs_healthmon.h
0 → 100644
+36
−0
Loading
Start creating helper functions and infrastructure to pass filesystem health events to a health monitoring file. Since this is an administrative interface, we only support a single health monitor process per filesystem, so we don't need to use anything fancy such as notifier chains (== tons of indirect calls). Signed-off-by:"Darrick J. Wong" <djwong@kernel.org> Reviewed-by:
Christoph Hellwig <hch@lst.de>