diff --git a/src/add-ons/kernel/file_systems/bfs/Journal.h b/src/add-ons/kernel/file_systems/bfs/Journal.h index b5e0743405..5ebf1ccb2a 100644 --- a/src/add-ons/kernel/file_systems/bfs/Journal.h +++ b/src/add-ons/kernel/file_systems/bfs/Journal.h @@ -121,8 +121,8 @@ public: void Done() { if (fJournal != NULL) { - fJournal->Unlock(this, true); _UnlockInodes(); + fJournal->Unlock(this, true); } fJournal = NULL; }