diff options
| author | Hisashi Hifumi <[email protected]> | 2006-12-22 01:11:50 -0800 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2006-12-22 08:55:51 -0800 |
| commit | 6f5a9da1af5a8c286575c30c2706dc1fbef9164b (patch) | |
| tree | 42678c62fe6196d8d9fb7917c1f0e890fb0f50e4 /include/linux/debugobjects.h | |
| parent | 6d3a25f1fb75206ae8b2b1cdd1431b3852e1a45a (diff) | |
[PATCH] jbd: wait for already submitted t_sync_datalist buffer to complete
In the current jbd code, if a buffer on BJ_SyncData list is dirty and not
locked, the buffer is refiled to BJ_Locked list, submitted to the IO and
waited for IO completion.
But the fsstress test showed the case that when a buffer was already
submitted to the IO just before the buffer_dirty(bh) check, the buffer was
not waited for IO completion.
Following patch solves this problem. If it is assumed that a buffer is
submitted to the IO before the buffer_dirty(bh) check and still being
written to disk, this buffer is refiled to BJ_Locked list.
Signed-off-by: Hisashi Hifumi <[email protected]>
Cc: Jan Kara <[email protected]>
Cc: "Stephen C. Tweedie" <[email protected]>
Cc: <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'include/linux/debugobjects.h')
0 files changed, 0 insertions, 0 deletions