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-02-13 16:53:21 +00:00
2012-02-13 16:53:21 +00:00
2012-07-30 10:01:16 +00:00
2012-07-16 10:57:43 +00:00
2012-03-25 16:17:10 +02:00
2012-07-16 10:57:43 +00:00
2012-02-13 16:53:21 +00:00
2012-07-16 10:57:43 +00:00
2012-04-13 12:50:38 +00:00
2012-04-13 12:50:38 +00:00
2012-07-16 14:00:56 +02:00
2012-02-13 16:53:21 +00:00
2012-04-27 08:49:38 +00:00
2012-02-13 16:53:21 +00:00
2012-07-17 10:29:22 +00:00
2012-07-16 10:57:43 +00:00
2012-07-16 10:57:43 +00:00
2012-07-19 14:36:51 +00:00
2012-02-13 16:53:21 +00:00
2012-02-13 16:53:21 +00:00
2012-04-27 08:51:13 +00:00
2012-04-27 08:49:38 +00:00
2012-07-16 10:57:43 +00:00
2012-04-27 08:49:38 +00:00
2012-02-13 16:53:21 +00:00
2012-02-13 16:53:21 +00:00
2012-04-27 08:50:49 +00:00
2012-07-15 22:30:15 +02:00
2012-02-13 16:53:21 +00:00
2012-04-13 12:50:38 +00:00
2012-02-13 16:53:21 +00:00
2012-07-16 10:57:43 +00:00
2012-04-13 12:50:38 +00:00
2012-02-13 16:53:21 +00:00
2012-04-27 08:49:38 +00:00
2012-04-27 08:49:38 +00:00
2012-04-13 12:50:38 +00:00
2012-03-25 21:58:14 +02:00