Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/coda



Module Name:    src
Committed By:   plunky
Date:           Fri Mar 21 17:59:57 UTC 2008

Modified Files:
        src/sys/coda: cnode.h coda_psdev.c
Removed Files:
        src/sys/coda: coda_kernel.h

Log Message:
convert more insque/remque style queuing to use a queue(3) TAILQ,
this necessitates using a flag to indicate vc_open instead of abusing
the queue pointer but apart from that there is no functional
difference.


To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 src/sys/coda/cnode.h
cvs rdiff -r1.6 -r0 src/sys/coda/coda_kernel.h
cvs rdiff -r1.40 -r1.41 src/sys/coda/coda_psdev.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index