cvs commit: src/sys/vfs/coda coda_subr.c

Matthew Dillon dillon at crater.dragonflybsd.org
Mon Mar 29 12:52:34 PST 2004


dillon      2004/03/29 12:52:17 PST

DragonFly src repository

  Modified files:
    sys/vfs/coda         coda_subr.c 
  Log:
  Protect the mntvnode scan for coda with the proper token.  Since we do not
  block we do not need to use the vmntvnodescan() facility (as long as we
  take the appropriate precautions), and we can remove the v_mount != mp
  test.
  
  Revision  Changes    Path
  1.7       +5 -4      src/sys/vfs/coda/coda_subr.c


http://www.dragonflybsd.org/cvsweb/src/sys/vfs/coda/coda_subr.c.diff?r1=1.6&r2=1.7&f=h





More information about the Commits mailing list