minix/servers
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
..
devman Remove obsolete INSTALLFLAGS from makefiles 2012-02-16 23:26:38 +01:00
ds Remove obsolete INSTALLFLAGS from makefiles 2012-02-16 23:26:38 +01:00
ext2 Remove obsolete INSTALLFLAGS from makefiles 2012-02-16 23:26:38 +01:00
hgfs hgfs: fix atime/mtime attribute setting bug 2011-12-23 19:02:57 +01:00
inet Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
init Remove obsolete INSTALLFLAGS from makefiles 2012-02-16 23:26:38 +01:00
ipc vm_remap_ro 2012-01-13 11:30:01 +00:00
is VFS: replace VFS with AVFS 2012-02-13 16:53:21 +00:00
iso9660fs servers: fix clang warnings in iso9660fs and vm 2012-02-17 16:48:40 +01:00
lwip Split block/character protocols and libdriver 2011-11-23 14:06:37 +01:00
mfs Remove obsolete INSTALLFLAGS from makefiles 2012-02-16 23:26:38 +01:00
pfs Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
pm Remove obsolete INSTALLFLAGS from makefiles 2012-02-16 23:26:38 +01:00
procfs VFS: replace VFS with AVFS 2012-02-13 16:53:21 +00:00
rs Remove obsolete INSTALLFLAGS from makefiles 2012-02-16 23:26:38 +01:00
sched Remove obsolete INSTALLFLAGS from makefiles 2012-02-16 23:26:38 +01:00
vfs VFS: remove erroneous assert 2012-02-20 09:17:42 +00:00
vm servers: fix clang warnings in iso9660fs and vm 2012-02-17 16:48:40 +01:00
Makefile VFS: replace VFS with AVFS 2012-02-13 16:53:21 +00:00
Makefile.inc Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00