diff options
Diffstat (limited to 'fs/gfs2/export.c')
-rw-r--r-- | fs/gfs2/export.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/gfs2/export.c b/fs/gfs2/export.c index 3334c394ce9c..d418d8b5367f 100644 --- a/fs/gfs2/export.c +++ b/fs/gfs2/export.c @@ -190,5 +190,6 @@ 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, }; |