Module Name: src Committed By: pgoyette Date: Thu Jul 28 23:59:15 UTC 2016
Modified Files: src/sys/dev [pgoyette-localcount]: md.c Log Message: Since md(4) has a pointer from the softc back to the device_t, it is OK for us to use device_lookup_private_acquire() rather than calling device_lookup_acquire() followed by device_private(). So, redo earlier changes, which reduces diff to the original code at the branch-point. To generate a diff of this commit: cvs rdiff -u -r1.76.2.5 -r1.76.2.6 src/sys/dev/md.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.