cvs commit: src/sys/fs/coda TODO cnode.h coda_kernel.h coda_psdev.c

Robert Watson rwatson at FreeBSD.org
Sun Feb 17 06:33:29 PST 2008


rwatson     2008-02-17 14:33:28 UTC

  FreeBSD src repository

  Modified files:
    sys/fs/coda          TODO cnode.h coda_psdev.c 
  Removed files:
    sys/fs/coda          coda_kernel.h 
  Log:
  Remove custom queue macros in Coda, replacing them with queue(9) tailq
  macros.  The only semantic change was the need to add a vc_opened field
  to struct vcomm since we can no longer use the request queue returning
  to an uninitialized state to hold whether or not the device is open.
  
  MFC after:      1 month
  
  Revision  Changes    Path
  1.5       +0 -3      src/sys/fs/coda/TODO
  1.29      +8 -12     src/sys/fs/coda/cnode.h
  1.8       +0 -67     src/sys/fs/coda/coda_kernel.h (dead)
  1.48      +22 -23    src/sys/fs/coda/coda_psdev.c


More information about the cvs-all mailing list