From: David Sterba Date: Fri, 13 Sep 2013 15:41:20 +0000 (+0200) Subject: btrfs: refuse to remount read-write after abort X-Git-Tag: v3.12-rc2~5^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ef3de9c9252b186720122d3ae7122a81d49f8ee;p=pandora-kernel.git btrfs: refuse to remount read-write after abort It's still possible to flip the filesystem into RW mode after it's remounted RO due to an abort. There are lots of places that check for the superblock error bit and will not write data, but we should not let the filesystem appear read-write. Signed-off-by: David Sterba Signed-off-by: Josef Bacik Signed-off-by: Chris Mason --- Reading git-diff-tree failed