aboutsummaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorHidehiro Kawai <[email protected]>2008-10-18 20:27:58 -0700
committerLinus Torvalds <[email protected]>2008-10-20 08:52:37 -0700
commit960a22ae60c8a723bd17da3b929fe0bcea6d007e (patch)
tree844e3726fb6bdedd433854966e90116eb1d03c99 /include/linux
parent0e4fb5e283870757024294bc4567a7c59d936f0b (diff)
jbd: ordered data integrity fix
In ordered mode, if a file data buffer being dirtied exists in the committing transaction, we write the buffer to the disk, move it from the committing transaction to the running transaction, then dirty it. But we don't have to remove the buffer from the committing transaction when the buffer couldn't be written out, otherwise it would miss the error and the committing transaction would not abort. This patch adds an error check before removing the buffer from the committing transaction. Signed-off-by: Hidehiro Kawai <[email protected]> Acked-by: Jan Kara <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions