]> Zhao Yanbai Git Server - minix.git/commit
tweak to panic functions of mfs and vfs.
authorBen Gras <ben@minix3.org>
Tue, 23 Oct 2007 14:17:51 +0000 (14:17 +0000)
committerBen Gras <ben@minix3.org>
Tue, 23 Oct 2007 14:17:51 +0000 (14:17 +0000)
commite8aec69c7b96468e2e8b6d9f6b3837e64bc280e9
treedd8d375742f1585675a130194dcf1786dfe16f23
parent515e8216e16f1c190282ef9629f197f328c71a0d
tweak to panic functions of mfs and vfs.
  . print newline
  . when recursive panic detected, don't simply return, confusing
    the caller, but print a diagnostic and exit
  . don't call sys_exit as this may confuse PM; it should be OK
    to call PM exit() nowadays.
servers/mfs/utility.c
servers/vfs/utility.c