[PATCH 25/29] gfs2: add EXPORT_OP_STABLE_HANDLES flag to export operations
Jeff Layton
jlayton at kernel.org
Fri Jan 16 04:47:56 AEDT 2026
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 <jlayton at kernel.org>
---
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
More information about the Linux-erofs
mailing list