From: Theodore Ts'o Date: Sun, 5 Feb 2017 04:38:06 +0000 (-0500) Subject: ext4: preserve the needs_recovery flag when the journal is aborted X-Git-Tag: v3.2.89~64 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2fba92d3c9114ecf6fd255fb437769e7b793b5f1;p=pandora-kernel.git ext4: preserve the needs_recovery flag when the journal is aborted commit 97abd7d4b5d9c48ec15c425485f054e1c15e591b upstream. If the journal is aborted, the needs_recovery feature flag should not be removed. Otherwise, it's the journal might not get replayed and this could lead to more data getting lost. Signed-off-by: Theodore Ts'o [bwh: Backported to 3.2: adjust context] Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed