Thomas Veerman 66dbf73049 VFS: fix locking bug in clone_opcl
When VFS runs out of vnodes after closing a vnode in opcl, common_open
will try to unlock a vnode through unlock_filp that has already been
unlocked in clone_opcl. By first obtaining and locking a new vnode this
situation is prevented; if there are no free vnodes, common_open will
unlock a still locked vnode.
2012-07-30 10:01:16 +00:00
2010-10-25 08:32:14 +00:00
2012-07-15 22:30:15 +02:00
2011-11-18 11:11:04 +01:00
2012-06-25 17:21:01 +02:00
2012-07-15 22:30:15 +02:00
2012-06-25 09:15:27 +00:00
2012-07-25 11:48:27 +00:00
2012-06-18 10:54:52 +00:00
2012-06-18 10:54:55 +00:00
2010-01-21 10:16:05 +00:00
2012-06-18 10:54:51 +00:00
Description
A fun microkernel meant to match modern usecases
GPL-3.0 148 MiB
Languages
C 78.2%
Roff 10.2%
Assembly 4.6%
Shell 3.7%
Makefile 1.6%
Other 1.2%