Re: [PATCH] Fix JBD race in t_forget list handling

2005-07-11 Thread Stephen C. Tweedie
Hi, On Mon, 2005-07-11 at 16:34, Jan Kara wrote: > attached patch should close the possible race between > journal_commit_transaction() and journal_unmap_buffer() (which adds > buffers to committing transaction's t_forget list) that could leave > some buffers on transaction's t_forget list

[PATCH] Fix JBD race in t_forget list handling

2005-07-11 Thread Jan Kara
Hello all, attached patch should close the possible race between journal_commit_transaction() and journal_unmap_buffer() (which adds buffers to committing transaction's t_forget list) that could leave some buffers on transaction's t_forget list (hence leading to an assertion failure later

[PATCH] Fix JBD race in t_forget list handling

2005-07-11 Thread Jan Kara
Hello all, attached patch should close the possible race between journal_commit_transaction() and journal_unmap_buffer() (which adds buffers to committing transaction's t_forget list) that could leave some buffers on transaction's t_forget list (hence leading to an assertion failure later

Re: [PATCH] Fix JBD race in t_forget list handling

2005-07-11 Thread Stephen C. Tweedie
Hi, On Mon, 2005-07-11 at 16:34, Jan Kara wrote: attached patch should close the possible race between journal_commit_transaction() and journal_unmap_buffer() (which adds buffers to committing transaction's t_forget list) that could leave some buffers on transaction's t_forget list (hence