We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dcb56a commit 1fd9488Copy full SHA for 1fd9488
fs/nfsd/nfs2acl.c
@@ -84,6 +84,8 @@ static __be32 nfsacld_proc_getacl(struct svc_rqst *rqstp)
84
fail:
85
posix_acl_release(resp->acl_access);
86
posix_acl_release(resp->acl_default);
87
+ resp->acl_access = NULL;
88
+ resp->acl_default = NULL;
89
goto out;
90
}
91
fs/nfsd/nfs3acl.c
@@ -76,6 +76,8 @@ static __be32 nfsd3_proc_getacl(struct svc_rqst *rqstp)
76
77
78
79
80
81
82
83
0 commit comments