Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 75529
b: refs/heads/master
c: f63dcda
h: refs/heads/master
i:
  75527: c8033b9
v: v3
  • Loading branch information
Jonas Bonn authored and Linus Torvalds committed Jan 17, 2008
1 parent 079ebaf commit 219391b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1d6f4e60e736a00b50ec668ba1a9fe27afb083a3
refs/heads/master: f63dcda197bd71c6565c2121bf70e3d371539f90
2 changes: 2 additions & 0 deletions trunk/fs/jbd/transaction.c
Original file line number Diff line number Diff line change
Expand Up @@ -288,10 +288,12 @@ handle_t *journal_start(journal_t *journal, int nblocks)
jbd_free_handle(handle);
current->journal_info = NULL;
handle = ERR_PTR(err);
goto out;
}

lock_acquire(&handle->h_lockdep_map, 0, 0, 0, 2, _THIS_IP_);

out:
return handle;
}

Expand Down

0 comments on commit 219391b

Please sign in to comment.