Add the EXPORT_OP_STABLE_HANDLES flag to isofs export operations to indicate that this filesystem can be exported via NFS.
Signed-off-by: Jeff Layton <[email protected]> --- fs/isofs/export.c | 1 + 1 file changed, 1 insertion(+) diff --git a/fs/isofs/export.c b/fs/isofs/export.c index 421d247fae52301b778f0589b27fcf48f2372832..7c17eb4e030813d1d22456ccbfb005c6b6934500 100644 --- a/fs/isofs/export.c +++ b/fs/isofs/export.c @@ -190,4 +190,5 @@ const struct export_operations isofs_export_ops = { .fh_to_dentry = isofs_fh_to_dentry, .fh_to_parent = isofs_fh_to_parent, .get_parent = isofs_export_get_parent, + .flags = EXPORT_OP_STABLE_HANDLES, }; -- 2.52.0
