Add the EXPORT_OP_STABLE_HANDLES flag to udf export operations to indicate that this filesystem can be exported via NFS. Signed-off-by: Jeff Layton --- fs/udf/namei.c | 1 + 1 file changed, 1 insertion(+) diff --git a/fs/udf/namei.c b/fs/udf/namei.c index 5f2e9a892bffa9579143cedf71d80efa7ad6e9fb..7b8db8331c77bb43d9a3c4528aee535eac2bbd37 100644 --- a/fs/udf/namei.c +++ b/fs/udf/namei.c @@ -1012,6 +1012,7 @@ const struct export_operations udf_export_ops = { .fh_to_dentry = udf_fh_to_dentry, .fh_to_parent = udf_fh_to_parent, .get_parent = udf_get_parent, + .flags = EXPORT_OP_STABLE_HANDLES, }; const struct inode_operations udf_dir_inode_operations = { -- 2.52.0