commit | 82aad4a72f154f48aacc6592779700b1bad0ae07 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Mon Feb 19 12:22:53 2018 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Apr 24 09:34:12 2018 +0200 |
tree | 7c9285db168c0f562c3faa155bf0cb50d4a7ae1d | |
parent | bb6f26a637b4da6cb752c55635baa425d803f02d [diff] |
jbd2: if the journal is aborted then don't allow update of the log tail commit 85e0c4e89c1b864e763c4e3bb15d0b6d501ad5d9 upstream. This updates the jbd2 superblock unnecessarily, and on an abort we shouldn't truncate the log. Signed-off-by: Theodore Ts'o <tytso@mit.edu> Cc: stable@vger.kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>