linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch 3/4] jbd2-fix-race-between-jbd2_journal_try_to_free_buffers-and-jbd2-commit-transaction-cleanup
@ 2008-07-13  6:26 akpm
  2008-07-14  1:08 ` [patch 3/4] jbd2-fix-race-between-jbd2_journal_try_to_free_buffers-and-jbd2-comm it-transaction-cleanup Theodore Tso
  0 siblings, 1 reply; 2+ messages in thread
From: akpm @ 2008-07-13  6:26 UTC (permalink / raw)
  To: tytso; +Cc: cmm, linux-ext4, akpm, pbadari

From: Andrew Morton <akpm@linux-foundation.org>

unneeded initialisation.

Cc: Badari Pulavarty <pbadari@us.ibm.com>
Cc: Mingming Cao <cmm@us.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 fs/jbd2/transaction.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN fs/jbd2/transaction.c~jbd2-fix-race-between-jbd2_journal_try_to_free_buffers-and-jbd2-commit-transaction-cleanup fs/jbd2/transaction.c
--- a/fs/jbd2/transaction.c~jbd2-fix-race-between-jbd2_journal_try_to_free_buffers-and-jbd2-commit-transaction-cleanup
+++ a/fs/jbd2/transaction.c
@@ -1479,7 +1479,7 @@ out:
  */
 static void jbd2_journal_wait_for_transaction_sync_data(journal_t *journal)
 {
-	transaction_t *transaction = NULL;
+	transaction_t *transaction;
 	tid_t tid;
 
 	spin_lock(&journal->j_state_lock);
_

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [patch 3/4] jbd2-fix-race-between-jbd2_journal_try_to_free_buffers-and-jbd2-comm it-transaction-cleanup
  2008-07-13  6:26 [patch 3/4] jbd2-fix-race-between-jbd2_journal_try_to_free_buffers-and-jbd2-commit-transaction-cleanup akpm
@ 2008-07-14  1:08 ` Theodore Tso
  0 siblings, 0 replies; 2+ messages in thread
From: Theodore Tso @ 2008-07-14  1:08 UTC (permalink / raw)
  To: akpm; +Cc: cmm, linux-ext4, pbadari

On Sat, Jul 12, 2008 at 11:26:21PM -0700, akpm@linux-foundation.org wrote:
> From: Andrew Morton <akpm@linux-foundation.org>
> 
> unneeded initialisation.
> 

Thanks, I've folded this into the existing patch.

							- Ted

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-07-14  1:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-13  6:26 [patch 3/4] jbd2-fix-race-between-jbd2_journal_try_to_free_buffers-and-jbd2-commit-transaction-cleanup akpm
2008-07-14  1:08 ` [patch 3/4] jbd2-fix-race-between-jbd2_journal_try_to_free_buffers-and-jbd2-comm it-transaction-cleanup Theodore Tso

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).