]> www.infradead.org Git - users/jedix/linux-maple.git/commit
gfs2/ocfs2: set FOP_ASYNC_LOCK
authorBenjamin Coddington <bcodding@redhat.com>
Wed, 11 Sep 2024 19:42:58 +0000 (15:42 -0400)
committerChristian Brauner <brauner@kernel.org>
Thu, 12 Sep 2024 12:39:05 +0000 (14:39 +0200)
commit2253ab99f2e978d94693d6f63c83aa5b5d4c7839
treef12b88ff402b677c4258597bd716d512abdd4392
parent8cf9a01edc216b16b5839eb793ac544d2c97ce97
gfs2/ocfs2: set FOP_ASYNC_LOCK

Both GFS2 and OCFS2 use DLM locking, which will allow async lock requests.
Signal this support by setting FOP_ASYNC_LOCK.

Signed-off-by: Benjamin Coddington <bcodding@redhat.com>
Link: https://lore.kernel.org/r/fc4163dbbf33c58e5a8b8ee8cb8c57e555f53ce5.1726083391.git.bcodding@redhat.com
Reviewed-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/gfs2/file.c
fs/ocfs2/file.c