* Removed a left-over mutex_unlock() that could cause a panic on removing

a busy vnode.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28851 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2009-01-06 21:19:09 +00:00
parent 5500d8a54f
commit 6a90578f76
1 changed files with 0 additions and 1 deletions

View File

@ -3665,7 +3665,6 @@ remove_vnode(fs_volume *volume, ino_t vnodeID)
if (vnode->covered_by != NULL) {
// this vnode is in use
mutex_unlock(&sVnodeMutex);
return B_BUSY;
}