Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 296573
b: refs/heads/master
c: 96c8667
h: refs/heads/master
i:
  296571: 4a7f495
v: v3
  • Loading branch information
Jan Kara authored and Theodore Ts'o committed Mar 14, 2012
1 parent cb0cd47 commit 9a052d8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 79feb521a44705262d15cc819a4117a447b11ea7
refs/heads/master: 96c866782b5e0cbdcd8e4d921d0a893278430830
2 changes: 0 additions & 2 deletions trunk/fs/jbd2/checkpoint.c
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,6 @@ __flush_batch(journal_t *journal, int *batch_count)

for (i = 0; i < *batch_count; i++) {
struct buffer_head *bh = journal->j_chkpt_bhs[i];
clear_buffer_jwrite(bh);
BUFFER_TRACE(bh, "brelse");
__brelse(bh);
}
Expand Down Expand Up @@ -340,7 +339,6 @@ static int __process_buffer(journal_t *journal, struct journal_head *jh,
BUFFER_TRACE(bh, "queue");
get_bh(bh);
J_ASSERT_BH(bh, !buffer_jwrite(bh));
set_buffer_jwrite(bh);
journal->j_chkpt_bhs[*batch_count] = bh;
__buffer_relink_io(jh);
jbd_unlock_bh_state(bh);
Expand Down

0 comments on commit 9a052d8

Please sign in to comment.