Loading fs/nfsd/nfs4xdr.c +3 −1 Original line number Diff line number Diff line Loading @@ -2500,8 +2500,10 @@ nfsd4_encode_fattr(struct svc_fh *fhp, struct svc_export *exp, security_release_secctx(context, contextlen); #endif /* CONFIG_NFSD_V4_SECURITY_LABEL */ kfree(acl); if (tempfh) if (tempfh) { fh_put(tempfh); kfree(tempfh); } return status; out_nfserr: status = nfserrno(err); Loading Loading
fs/nfsd/nfs4xdr.c +3 −1 Original line number Diff line number Diff line Loading @@ -2500,8 +2500,10 @@ nfsd4_encode_fattr(struct svc_fh *fhp, struct svc_export *exp, security_release_secctx(context, contextlen); #endif /* CONFIG_NFSD_V4_SECURITY_LABEL */ kfree(acl); if (tempfh) if (tempfh) { fh_put(tempfh); kfree(tempfh); } return status; out_nfserr: status = nfserrno(err); Loading