Add the EXPORT_OP_STABLE_HANDLES flag to jfs export operations to indicate that this filesystem can be exported via NFS.
Acked-by: Dave Kleikamp <[email protected]> Signed-off-by: Jeff Layton <[email protected]> --- fs/jfs/super.c | 1 + 1 file changed, 1 insertion(+) diff --git a/fs/jfs/super.c b/fs/jfs/super.c index 3cfb86c5a36e8f0c46a2734a24fba6ffd36c7ad9..ac9b6d754f8c203baa7e91362aeb0dc9b3ce209f 100644 --- a/fs/jfs/super.c +++ b/fs/jfs/super.c @@ -864,6 +864,7 @@ static const struct export_operations jfs_export_operations = { .fh_to_dentry = jfs_fh_to_dentry, .fh_to_parent = jfs_fh_to_parent, .get_parent = jfs_get_parent, + .flags = EXPORT_OP_STABLE_HANDLES, }; static void jfs_init_options(struct fs_context *fc, struct jfs_context *ctx) -- 2.52.0
