]> Zhao Yanbai Git Server - minix.git/commit
mfs: restore readonly mounting
authorBen Gras <ben@minix3.org>
Thu, 22 Dec 2011 00:29:27 +0000 (01:29 +0100)
committerBen Gras <ben@minix3.org>
Thu, 22 Dec 2011 00:29:27 +0000 (01:29 +0100)
commit9a664b498484ff0b36060958877418c6274be18d
treecbb93263c6de0a13e699b27446d9e69c38074141
parent9b7d357ca133ca4079fc490f6efbe4b5ea0ba6d6
mfs: restore readonly mounting

. use dirty marking hooks to check and warn
  when inodes/bufs are marked dirty on a readonly
  mounted fs
. add readonly mount checks to restore readonly
  mounting

Signed-off-by: Ben Gras <ben@minix3.org>
servers/mfs/clean.h
servers/mfs/inode.h
servers/mfs/link.c
servers/mfs/path.c
servers/mfs/protect.c
servers/mfs/read.c