* Fix potential deadlock in file system
see http://www.freelists.org/archives/haiku-gsoc/08-2008/msg00024.html for more details. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27052 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -121,8 +121,8 @@ public:
|
||||
void Done()
|
||||
{
|
||||
if (fJournal != NULL) {
|
||||
fJournal->Unlock(this, true);
|
||||
_UnlockInodes();
|
||||
fJournal->Unlock(this, true);
|
||||
}
|
||||
fJournal = NULL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user