]> Zhao Yanbai Git Server - minix.git/commit
fix for checking CLEAN-ness of ramdisk image
authorBen Gras <ben@minix3.org>
Fri, 23 Dec 2011 14:02:35 +0000 (15:02 +0100)
committerBen Gras <ben@minix3.org>
Fri, 23 Dec 2011 14:10:01 +0000 (15:10 +0100)
commit51de979ed975034870f928c58ab3750ba76c9b07
treefb892f717c0c345967537b5fcf8e744eda0aee73
parent94715d8e544a29153969034072cc27e737b55671
fix for checking CLEAN-ness of ramdisk image

. pre-cleanflag ("old") mkfs generates without CLEAN flag,
  causing boot not working because imgrd disappears after 1st
  close
. fixed sanity check for this situation
. disable imgrd disappearing in memory driver so
  readonly mount succeeds in case it happens anyway
drivers/memory/memory.c
drivers/ramdisk/Makefile