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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"