]> Zhao Yanbai Git Server - minix.git/commit
ramdisk rc: start disk drivers synchronously.
authorDavid van Moolenbroek <david@minix3.org>
Thu, 1 Jul 2010 14:35:47 +0000 (14:35 +0000)
committerDavid van Moolenbroek <david@minix3.org>
Thu, 1 Jul 2010 14:35:47 +0000 (14:35 +0000)
commit71dbe2d023df23d2c4668174e76acacdaf9ac1aa
tree4c2f0d9f6d517b1031c86223d9faeb67630a8b40
parent97eb470bee3c13195762d627c40914b94238bcab
ramdisk rc: start disk drivers synchronously.

This eliminates a race condition between the disk driver calling
sys_statectl(SYS_STATE_CLEAR_IPC_REFS) as part of driver_announce(),
and the root MFS calling sendrec(DEV_OPEN) on the disk driver.
drivers/ramdisk/rc