Add the EXPORT_OP_STABLE_HANDLES flag to gfs2 export operations to indicate that this filesystem can be exported via NFS. Signed-off-by: Jeff Layton --- fs/gfs2/export.c | 1 + 1 file changed, 1 insertion(+) diff --git a/fs/gfs2/export.c b/fs/gfs2/export.c index 3334c394ce9cbe26969809874a94e79bf068b11b..43fd2203b34fb0894d2b71e50278e5cd68216ce7 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_STABLE_HANDLES, }; -- 2.52.0