Thomas Veerman 230ea1ce13 VFS: remove erroneous assert
The assert was meant as an additional check to the assert in link.c:198.
The reasoning behind the assert in link.c:198 is that once you've
obtained a write lock on a vmnt, you can't get an additional read lock
on the same vmnt. However, that does not always hold for the assert in
path.c:281 where the situation could be that you've obtained a read lock
and managed to get another read lock (this is possible). In other words,
the assert in path.c:281 is not the right place to check for that
situation.
2012-02-20 09:17:42 +00:00
..
2012-01-13 11:30:01 +00:00
2012-02-13 16:53:21 +00:00
2012-02-13 16:53:21 +00:00
2012-02-20 09:17:42 +00:00
2012-02-13 16:53:21 +00:00