]> Zhao Yanbai Git Server - minix.git/commit
vfs: don't use a mountpoint if it's in use for anything else.
authorBen Gras <ben@minix3.org>
Fri, 11 Jun 2010 11:41:56 +0000 (11:41 +0000)
committerBen Gras <ben@minix3.org>
Fri, 11 Jun 2010 11:41:56 +0000 (11:41 +0000)
commit19b790eb53a81c853bc7dccf05e49b0bb3b37633
tree97e557df6ba4eb2f00099fd2c0eacc5af1e766e8
parent4d7c317700000f3564a1295ff59bc5fff4c7e8bb
vfs: don't use a mountpoint if it's in use for anything else.

(this avoids data structure confusion if a mountpoint is reused as
a mountpoint until that's properly fixed.)
servers/vfs/mount.c