diff options
author | Benjamin Coddington <bcodding@redhat.com> | 2024-09-11 15:43:00 -0400 |
---|---|---|
committer | Christian Brauner <brauner@kernel.org> | 2024-10-01 17:01:08 +0200 |
commit | b875bd5b381e114115922944f7a01e31f8b07c2a (patch) | |
tree | 6a7813db0effd4d221d70f231e8d15953eed5437 /fs/gfs2 | |
parent | 7e64c5bc497cf17872b38003307f320e8f077880 (diff) | |
download | linux-b875bd5b381e114115922944f7a01e31f8b07c2a.tar.gz linux-b875bd5b381e114115922944f7a01e31f8b07c2a.tar.bz2 linux-b875bd5b381e114115922944f7a01e31f8b07c2a.zip |
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>
Diffstat (limited to 'fs/gfs2')
-rw-r--r-- | fs/gfs2/export.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/gfs2/export.c b/fs/gfs2/export.c index d418d8b5367f..3334c394ce9c 100644 --- a/fs/gfs2/export.c +++ b/fs/gfs2/export.c @@ -190,6 +190,5 @@ const struct export_operations gfs2_export_ops = { .fh_to_parent = gfs2_fh_to_parent, .get_name = gfs2_get_name, .get_parent = gfs2_get_parent, - .flags = EXPORT_OP_ASYNC_LOCK, }; |