]> git.ipfire.org Git - thirdparty/linux.git/commit
exportfs: Remove EXPORT_OP_ASYNC_LOCK
authorBenjamin Coddington <bcodding@redhat.com>
Wed, 11 Sep 2024 19:43:00 +0000 (15:43 -0400)
committerChristian Brauner <brauner@kernel.org>
Tue, 1 Oct 2024 15:01:08 +0000 (17:01 +0200)
commitb875bd5b381e114115922944f7a01e31f8b07c2a
tree6a7813db0effd4d221d70f231e8d15953eed5437
parent7e64c5bc497cf17872b38003307f320e8f077880
exportfs: Remove EXPORT_OP_ASYNC_LOCK

Now that GFS2 and OCFS2 are signalling async ->lock() support with
FOP_ASYNC_LOCK and checks for support are converted, we can remove
EXPORT_OP_ASYNC_LOCK.

Signed-off-by: Benjamin Coddington <bcodding@redhat.com>
Link: https://lore.kernel.org/r/0a114db814fec3086f937ae3d44a086f13b8de26.1726083391.git.bcodding@redhat.com
Reviewed-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Christian Brauner <brauner@kernel.org>
Documentation/filesystems/nfs/exporting.rst
fs/gfs2/export.c
fs/ocfs2/export.c
include/linux/exportfs.h