X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=fs%2Fjbd2%2Fcommit.c;h=a2ed72f7ceee78f529d9fbebb6a89b02cbd86f15;hb=3557b18fcbe0e29706214f3c7cc680a7823605eb;hp=4d99685fdce43b5ebb1c5ccbcab5a89c2443747a;hpb=5cf11daf9abdfd7bf5f5893137155cb38ccbdeb8;p=linux-2.6-omap-h63xx.git diff --git a/fs/jbd2/commit.c b/fs/jbd2/commit.c index 4d99685fdce..a2ed72f7cee 100644 --- a/fs/jbd2/commit.c +++ b/fs/jbd2/commit.c @@ -168,6 +168,7 @@ static int journal_submit_commit_record(journal_t *journal, spin_unlock(&journal->j_state_lock); /* And try again, without the barrier */ + lock_buffer(bh); set_buffer_uptodate(bh); set_buffer_dirty(bh); ret = submit_bh(WRITE, bh);