Source-Changes archive

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

CVS commit: src/sys/dev



Module Name:    src
Committed By:   jdolecek
Date:           Mon Oct 24 17:14:27 UTC 2016

Modified Files:
        src/sys/dev: dksubr.c dkvar.h

Log Message:
revert 1.90 of dksubr.c and change sc_deferred back to simple pointer; the
global sc_busy flag guards against race so it's not actually necessary, and
this place is unlikely to need to be parallelized in near future

discussed with mlelstv@


To generate a diff of this commit:
cvs rdiff -u -r1.90 -r1.91 src/sys/dev/dksubr.c
cvs rdiff -u -r1.26 -r1.27 src/sys/dev/dkvar.h

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