Re: [PATCH v13.1 6/7] xfs: Implement ->notify_failure() for XFS

2022-04-20 Thread Darrick J. Wong
On Wed, Apr 20, 2022 at 03:33:42PM +0800, Shiyang Ruan wrote: > Introduce xfs_notify_failure.c to handle failure related works, such as > implement ->notify_failure(), register/unregister dax holder in xfs, and > so on. > > If the rmap feature of XFS enabled, we can query it to find files and >

[PATCH v13.1 6/7] xfs: Implement ->notify_failure() for XFS

2022-04-20 Thread Shiyang Ruan
Introduce xfs_notify_failure.c to handle failure related works, such as implement ->notify_failure(), register/unregister dax holder in xfs, and so on. If the rmap feature of XFS enabled, we can query it to find files and metadata which are associated with the corrupt data. For now all we do is