Add the EXPORT_OP_STABLE_HANDLES flag to cifs export operations to indicate that this filesystem can be exported via NFS.
Signed-off-by: Jeff Layton <[email protected]> --- fs/smb/client/export.c | 1 + 1 file changed, 1 insertion(+) diff --git a/fs/smb/client/export.c b/fs/smb/client/export.c index d606e8cbcb7db2b4026675bd9cbc264834687807..c1c23e21bfe610f1b5bf8d0eea64ab49e2c6ee3a 100644 --- a/fs/smb/client/export.c +++ b/fs/smb/client/export.c @@ -47,6 +47,7 @@ const struct export_operations cifs_export_ops = { * Following export operations are mandatory for NFS export support: * .fh_to_dentry = */ + .flags = EXPORT_OP_STABLE_HANDLES, }; #endif /* CONFIG_CIFS_NFSD_EXPORT */ -- 2.52.0 _______________________________________________ Linux-f2fs-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel
