Module Name: src Committed By: kamil Date: Sat Mar 24 01:45:22 UTC 2018
Modified Files: src/sys/dev/scsipi: st.c Log Message: Revert previous commit in st.c in order to unbreak build There are various build errors like: /usr/src/sys/dev/scsipi/st.c: In function 'stattach': /usr/src/sys/dev/scsipi/st.c:398:16: error: 'struct st_softc' has no member named 'buf_defer'; did you mean 'buf_queue'? bufq_alloc(&st->buf_defer, "fcfs", 0); Original (reverted) commit: Use separate lock to protect internal state and release locks when calling biodone. To generate a diff of this commit: cvs rdiff -u -r1.232 -r1.233 src/sys/dev/scsipi/st.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.