Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
jbd2: don't leak modified metadata buffers on an aborted journal
BugLink: http://bugs.launchpad.net/bugs/1673538 commit e112666 upstream. 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 <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> Signed-off-by: Tim Gardner <[email protected]> Signed-off-by: Thadeu Lima de Souza Cascardo <[email protected]>
- Loading branch information