We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4d3d15 commit 37a092aCopy full SHA for 37a092a
fs/nfsd/nfs2acl.c
@@ -83,6 +83,8 @@ static __be32 nfsacld_proc_getacl(struct svc_rqst *rqstp)
83
fail:
84
posix_acl_release(resp->acl_access);
85
posix_acl_release(resp->acl_default);
86
+ resp->acl_access = NULL;
87
+ resp->acl_default = NULL;
88
RETURN_STATUS(nfserr);
89
}
90
fs/nfsd/nfs3acl.c
@@ -76,6 +76,8 @@ static __be32 nfsd3_proc_getacl(struct svc_rqst *rqstp)
76
77
78
79
80
81
82
0 commit comments