Add the EXPORT_OP_STABLE_HANDLES flag to jffs2 export operations to indicate that this filesystem can be exported via NFS.
Acked-by: Richard Weinberger <[email protected]> Signed-off-by: Jeff Layton <[email protected]> --- fs/jffs2/super.c | 1 + 1 file changed, 1 insertion(+) diff --git a/fs/jffs2/super.c b/fs/jffs2/super.c index 4545f885c41efa1d925afc1d643576d859c42921..80ff5a0130603f94c9bce452c976753c85314c3a 100644 --- a/fs/jffs2/super.c +++ b/fs/jffs2/super.c @@ -155,6 +155,7 @@ static const struct export_operations jffs2_export_ops = { .get_parent = jffs2_get_parent, .fh_to_dentry = jffs2_fh_to_dentry, .fh_to_parent = jffs2_fh_to_parent, + .flags = EXPORT_OP_STABLE_HANDLES, }; /* -- 2.52.0
