Source-Changes archive

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

CVS commit: src/sys



Module Name:    src
Committed By:   jdolecek
Date:           Wed Apr  5 18:34:56 UTC 2017

Modified Files:
        src/sys/dev: ccd.c
        src/sys/sys: dkio.h

Log Message:
introduce DKCACHE_COMBINE() macro - it combines the flags in a way that
all common flags are retained, and flags regarding write cache are preserved
if either of the devices has it; callers can thus rely on write cache not
being possible to be used when both flags are missing

use the new macro for ccd(4)


To generate a diff of this commit:
cvs rdiff -u -r1.170 -r1.171 src/sys/dev/ccd.c
cvs rdiff -u -r1.22 -r1.23 src/sys/sys/dkio.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