Add the EXPORT_OP_STABLE_HANDLES flag to efs export operations to indicate that this filesystem can be exported via NFS. Signed-off-by: Jeff Layton --- fs/efs/super.c | 1 + 1 file changed, 1 insertion(+) diff --git a/fs/efs/super.c b/fs/efs/super.c index c59086b7eabfe93939d06f36826aa91838e41ba2..5e06acdab03b6f30bfa469e48463cb0e8a3b32a1 100644 --- a/fs/efs/super.c +++ b/fs/efs/super.c @@ -115,6 +115,7 @@ static const struct export_operations efs_export_ops = { .fh_to_dentry = efs_fh_to_dentry, .fh_to_parent = efs_fh_to_parent, .get_parent = efs_get_parent, + .flags = EXPORT_OP_STABLE_HANDLES, }; static int __init init_efs_fs(void) { -- 2.52.0