Add the EXPORT_OP_STABLE_HANDLES flag to ocfs2 export operations to indicate that this filesystem can be exported via NFS.
Reviewed-by: Jan Kara <[email protected]> Signed-off-by: Jeff Layton <[email protected]> --- fs/ocfs2/export.c | 1 + 1 file changed, 1 insertion(+) diff --git a/fs/ocfs2/export.c b/fs/ocfs2/export.c index b95724b767e150e991ae4b8ea5d0505c1ae95984..77d82ff994c86037c14fbf7a1d9706f1dd2b87ac 100644 --- a/fs/ocfs2/export.c +++ b/fs/ocfs2/export.c @@ -280,4 +280,5 @@ const struct export_operations ocfs2_export_ops = { .fh_to_dentry = ocfs2_fh_to_dentry, .fh_to_parent = ocfs2_fh_to_parent, .get_parent = ocfs2_get_parent, + .flags = EXPORT_OP_STABLE_HANDLES, }; -- 2.52.0
