]> Zhao Yanbai Git Server - minix.git/commit
FS:
authorBen Gras <ben@minix3.org>
Wed, 5 Oct 2005 15:38:15 +0000 (15:38 +0000)
committerBen Gras <ben@minix3.org>
Wed, 5 Oct 2005 15:38:15 +0000 (15:38 +0000)
commit86ed54ee94b96df572c59ee8686b8bbfd928943e
treefda03fdefff1ddf3bd6018ec0e8bf549d78f4b97
parenta369d9c8286b28499404d6431e8ff957465462d6
FS:
. unmap device drivers from dmap when PM signals they are dead
. new null-io function (no_dev_io) to fill in for io functions
  of unmapped drivers
. driver (process number) of unmapped drivers is NONE instead of
  0 (a valid process number)

IS:
. print mutable flag of dmap table too

FS changes require sync() to be done 'manually' (currently by
reboot/shutdown) at shutdown time; could be caught by SIGTERM in
the future.
servers/fs/device.c
servers/fs/dmap.c
servers/fs/misc.c
servers/fs/proto.h
servers/is/dmp_fs.c