Date: Sun, 17 Feb 2008 14:33:28 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/coda TODO cnode.h coda_kernel.h coda_psdev.c Message-ID: <200802171433.m1HEXSJV019569@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200802171433.m1HEXSJV019569>