]> Pileus Git - ~andy/linux/blobdiff - fs/jbd/journal.c
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
[~andy/linux] / fs / jbd / journal.c
index 726a4432cbb15a05f8758f9bcf99e8d74170f569..6510d6355729c021b79afe88adbff86c96a2112f 100644 (file)
@@ -310,8 +310,6 @@ int journal_write_metadata_buffer(transaction_t *transaction,
 
        new_bh = alloc_buffer_head(GFP_NOFS|__GFP_NOFAIL);
        /* keep subsequent assertions sane */
-       new_bh->b_state = 0;
-       init_buffer(new_bh, NULL, NULL);
        atomic_set(&new_bh->b_count, 1);
        new_jh = journal_add_journal_head(new_bh);      /* This sleeps */