cvs commit: src/sys/coda cnode.h coda_vnops.c
Jeff Roberson
jeff at FreeBSD.org
Sun Mar 13 04:09:35 PST 2005
jeff 2005-03-13 12:09:34 UTC
FreeBSD src repository
Modified files:
sys/coda cnode.h coda_vnops.c
Log:
- The c_lock in the coda node does not offer any features over the standard
vnode lock. Remove the c_lock and use the vn lock in its place.
- Keep the coda lock functions so that the debugging information is
preserved, but call directly to the vop_std*lock routines for the real
functionality.
Sponsored by: Isilon Systems, Inc.
Revision Changes Path
1.17 +0 -1 src/sys/coda/cnode.h
1.64 +8 -15 src/sys/coda/coda_vnops.c
More information about the cvs-src
mailing list