VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   55 Tags
author: Jeff Layton <jeff.layton@primarydata.com> 2020-11-30 17:03:14 -0500 committer: Chuck Lever <chuck.lever@oracle.com> 2020-12-09 09:39:38 -0500 commit: daab110e47f8d7aa6da66923e3ac1a8dbd2b2a72 parent: 1631087ba8727db03c0ab2815dc06dc25d962b80
Commit Summary:
nfsd: add a new EXPORT_OP_NOWCC flag to struct export_operations
Diffstat:
1 file changed, 1 insertion, 0 deletions
diff --git a/fs/nfs/export.c b/fs/nfs/export.c
index 3430d6891e89..8f4c528865c5 100644
--- a/fs/nfs/export.c
+++ b/fs/nfs/export.c
@@ -171,4 +171,5 @@ const struct export_operations nfs_export_ops = {
 	.encode_fh = nfs_encode_fh,
 	.fh_to_dentry = nfs_fh_to_dentry,
 	.get_parent = nfs_get_parent,
+	.flags = EXPORT_OP_NOWCC,
 };