PERFORCE change 76157 for review
Robert Watson
rwatson at FreeBSD.org
Thu Apr 28 21:48:39 GMT 2005
http://perforce.freebsd.org/chv.cgi?CH=76157
Change 76157 by rwatson at rwatson_paprika on 2005/04/28 21:48:16
In the MAC branch, NFS descriptors and servers use credential
pointers, not embedded credentials.
Affected files ...
.. //depot/projects/trustedbsd/mac/sys/nfsserver/nfs_serv.c#35 edit
Differences ...
==== //depot/projects/trustedbsd/mac/sys/nfsserver/nfs_serv.c#35 (text+ko) ====
@@ -1473,7 +1473,7 @@
*/
for(; nfsd && NFSW_CONTIG(owp, nfsd); nfsd = wp) {
wp = LIST_NEXT(nfsd, nd_hash);
- if (nfsrv_samecred(&owp->nd_cr, &nfsd->nd_cr))
+ if (nfsrv_samecred(owp->nd_cr, nfsd->nd_cr))
nfsrvw_coalesce(owp, nfsd);
}
} else {
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list