]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ocfs2: Unlock mutex in local alloc failure case
authorSunil Mushran <sunil.mushran@oracle.com>
Fri, 21 Sep 2007 18:41:43 +0000 (11:41 -0700)
committerMark Fasheh <mark.fasheh@oracle.com>
Wed, 3 Oct 2007 18:14:45 +0000 (11:14 -0700)
commitbda0233b89c10ae46ccecb78bffdaf0fd7833d17
treeb7ffce2948a7ecd1912f58b3de553f76fe61f74f
parentf778089cb2445dfc6dfd30a7a567925fd8589f1e
ocfs2: Unlock mutex in local alloc failure case

The fs was not unlocking the local alloc inode mutex in the code path in
which it failed to find a window of free bits in the global bitmap.

Signed-off-by: Sunil Mushran <sunil.mushran@oracle.com>
Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
fs/ocfs2/localalloc.c