]> Zhao Yanbai Git Server - minix.git/commit
AVFS: only put mount point when it was used as one
authorThomas Veerman <thomas@minix3.org>
Wed, 1 Feb 2012 11:34:40 +0000 (11:34 +0000)
committerThomas Veerman <thomas@minix3.org>
Wed, 1 Feb 2012 13:22:53 +0000 (13:22 +0000)
commit4d3a0887b48a59838b7c82df22d54b10aa872ef2
treeecd1d79cc035c4f0a55a6d545e73fb52e501d76a
parentd4cdd59eaa265c317b17225e0bfbf76fc1176836
AVFS: only put mount point when it was used as one

When a mount operation fails and the FS exits, free_proc could try and
clean up resources associated with the mount point before the mount
thread itself can do that. However, the clean up procedure should only
clean up resources that were actually in use.
servers/avfs/vmnt.c