summaryrefslogtreecommitdiffstats
path: root/sys/fs/coda/cnode.h
diff options
context:
space:
mode:
authorjeff <jeff@FreeBSD.org>2005-03-13 12:09:34 +0000
committerjeff <jeff@FreeBSD.org>2005-03-13 12:09:34 +0000
commit1c1edae55c3cc94bc3225e577f7d477761028b16 (patch)
tree8ac96f3941fbc2c7c70c52e324f9e0bc3a9e3baf /sys/fs/coda/cnode.h
parent71f62892ab8a5a8d8e2a5953387ef55a7fd21df7 (diff)
downloadFreeBSD-src-1c1edae55c3cc94bc3225e577f7d477761028b16.zip
FreeBSD-src-1c1edae55c3cc94bc3225e577f7d477761028b16.tar.gz
- 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.
Diffstat (limited to 'sys/fs/coda/cnode.h')
-rw-r--r--sys/fs/coda/cnode.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/fs/coda/cnode.h b/sys/fs/coda/cnode.h
index 3041478..8bbdeb5 100644
--- a/sys/fs/coda/cnode.h
+++ b/sys/fs/coda/cnode.h
@@ -102,7 +102,6 @@ struct cnode {
struct vnode *c_vnode;
u_short c_flags; /* flags (see below) */
CodaFid c_fid; /* file handle */
- struct lock c_lock; /* new lock protocol */
struct vnode *c_ovp; /* open vnode pointer */
u_short c_ocount; /* count of openers */
u_short c_owrite; /* count of open for write */
OpenPOWER on IntegriCloud