Re: [Cluster-devel] [RFCv2 3/7] lockd: introduce safe async lock op

2023-08-16 Thread Jeff Layton
On Mon, 2023-08-14 at 17:11 -0400, Alexander Aring wrote: > This patch reverts mostly commit 40595cdc93ed ("nfs: block notification > on fs with its own ->lock") and introduces an EXPORT_OP_SAFE_ASYNC_LOCK > export flag to signal that the "own ->lock" implementation supports > async lock requests.

[Cluster-devel] [RFCv2 3/7] lockd: introduce safe async lock op

2023-08-14 Thread Alexander Aring
This patch reverts mostly commit 40595cdc93ed ("nfs: block notification on fs with its own ->lock") and introduces an EXPORT_OP_SAFE_ASYNC_LOCK export flag to signal that the "own ->lock" implementation supports async lock requests. The only main user is DLM that is used by GFS2 and OCFS2 filesyste