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

Robert Watson rwatson at FreeBSD.org
Tue Mar 18 04:40:49 PDT 2008


rwatson     2008-03-18 11:40:49 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/fs/coda          TODO cnode.h coda_psdev.c 
  Removed files:         (Branch: RELENG_7)
    sys/fs/coda          coda_kernel.h 
  Log:
  Merge TODO:1.5, cnode.h:1.29, coda_kernel.h:1.8, coda_psdev.c:1.48 from
  HEAD to RELENG_7:
  
    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.
  
  Revision  Changes    Path
  1.3.2.3   +0 -3      src/sys/fs/coda/TODO
  1.21.2.8  +8 -12     src/sys/fs/coda/cnode.h
  1.6.2.2   +0 -67     src/sys/fs/coda/coda_kernel.h (dead)
  1.39.2.9  +22 -23    src/sys/fs/coda/coda_psdev.c


More information about the cvs-src mailing list