Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Mar 2005 12:09:34 +0000 (UTC)
From:      Jeff Roberson <jeff@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/coda cnode.h coda_vnops.c
Message-ID:  <200503131209.j2DC9YTv042290@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503131209.j2DC9YTv042290>