]> git.baikalelectronics.ru Git - kernel.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)
commit92a1615626d1cc06a87ab90b8708b3532ab5e575
treeb7ffce2948a7ecd1912f58b3de553f76fe61f74f
parent9f120d455ecd347ab9a29c2825663e94415bc7de
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