Re: [PATCH v10.1 8/9] xfs: Implement ->notify_failure() for XFS

2022-02-15 Thread Shiyang Ruan
在 2022/2/15 9:46, Darrick J. Wong 写道: On Sun, Feb 13, 2022 at 09:02:24PM +0800, Shiyang Ruan wrote: v10.1 update: - Handle the error code returns by dax_register_holder() - In v10.1, dax_register_holder() will hold a write lock so XFS doesn't need to hold a lock - Fix the mistake

Re: [PATCH v10.1 8/9] xfs: Implement ->notify_failure() for XFS

2022-02-14 Thread Darrick J. Wong
On Sun, Feb 13, 2022 at 09:02:24PM +0800, Shiyang Ruan wrote: > v10.1 update: > - Handle the error code returns by dax_register_holder() > - In v10.1, dax_register_holder() will hold a write lock so XFS > doesn't need to hold a lock > - Fix the mistake in failure notification over two AGs

[PATCH v10.1 8/9] xfs: Implement ->notify_failure() for XFS

2022-02-13 Thread Shiyang Ruan
v10.1 update: - Handle the error code returns by dax_register_holder() - In v10.1, dax_register_holder() will hold a write lock so XFS doesn't need to hold a lock - Fix the mistake in failure notification over two AGs - Fix the year in copyright message Introduce xfs_notify_failure.c to