]> git.karo-electronics.de Git - karo-tx-linux.git/commit
jbd2: don't leak modified metadata buffers on an aborted journal
authorTheodore Ts'o <tytso@mit.edu>
Sun, 5 Feb 2017 04:14:19 +0000 (23:14 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 5 Feb 2017 04:14:19 +0000 (23:14 -0500)
commite112666b4959b25a8552d63bc564e1059be703e8
tree0815f739be05fff94ece280e2f4d9fc1a737ff08
parenteb5efbcb762aee4b454b04f7115f73ccbcf8f0ef
jbd2: don't leak modified metadata buffers on an aborted journal

If the journal has been aborted, we shouldn't mark the underlying
buffer head as dirty, since that will cause the metadata block to get
modified.  And if the journal has been aborted, we shouldn't allow
this since it will almost certainly lead to a corrupted file system.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Cc: stable@vger.kernel.org
fs/jbd2/transaction.c