Module Name: src Committed By: pgoyette Date: Sun Jul 17 05:02:20 UTC 2016
Modified Files: src/sys/kern [pgoyette-localcount]: subr_devsw.c Log Message: Defer initialization of the pserialize_t device_psz" until just before we need it. We can't initialize within devsw_init() because init_main() has not yet initialized the pserialize stuff. Restore a "return bdev" in bdevsw_lookup_acquire() - accidental deletion Update cdevsw_lookup_acquire() to match bdev_lookup_acquire() To generate a diff of this commit: cvs rdiff -u -r1.34.2.3 -r1.34.2.4 src/sys/kern/subr_devsw.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.