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
..
2012-07-16 14:00:56 +02:00
2012-07-30 09:44:58 +00:00
2012-04-09 18:08:26 +02:00
2012-07-15 22:30:15 +02:00
2012-03-25 21:58:14 +02:00
2012-07-18 10:05:50 +00:00
2012-07-30 09:44:58 +00:00
2012-07-30 09:44:58 +00:00
2012-07-16 14:00:56 +02:00
2012-07-30 10:01:16 +00:00