diff options
Diffstat (limited to 'fs/jbd2/journal.c')
| -rw-r--r-- | fs/jbd2/journal.c | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/jbd2/journal.c b/fs/jbd2/journal.c index ed10991ab00..8b220f1ab54 100644 --- a/fs/jbd2/journal.c +++ b/fs/jbd2/journal.c @@ -367,8 +367,6 @@ retry_alloc:  	}  	/* keep subsequent assertions sane */ -	new_bh->b_state = 0; -	init_buffer(new_bh, NULL, NULL);  	atomic_set(&new_bh->b_count, 1);  	new_jh = jbd2_journal_add_journal_head(new_bh);	/* This sleeps */  |