]> Zhao Yanbai Git Server - minix.git/commit
Let FSes exit themselves upon system shutdown
authorThomas Veerman <thomas@minix3.org>
Fri, 26 Aug 2011 15:14:55 +0000 (15:14 +0000)
committerThomas Veerman <thomas@minix3.org>
Fri, 26 Aug 2011 15:17:53 +0000 (15:17 +0000)
commit78183bddffc53b6ee8f8bfaeeba11b97a841ee3f
tree661da1f6da0f126a32991e737c84debe6af8fcc6
parent27a2afc1e7dd8408ab1fc229b53455012163bd37
Let FSes exit themselves upon system shutdown

During shutdown all processes are semi-exited and FSes are unmounted.
This semi-exit causes trouble for FUSE mounts as they still need access
to file descriptors and working directory in order to unmount.
servers/avfs/misc.c