From: Eric Sandeen Date: Tue, 15 Oct 2013 23:45:17 +0000 (-0500) Subject: ext3: Count journal as bsddf overhead in ext3_statfs X-Git-Tag: v3.13-rc1~112^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2046fd1873886e8c774d7c1b0961624c164e7db2;p=pandora-kernel.git ext3: Count journal as bsddf overhead in ext3_statfs ext4 counts journal space as bsddf overhead, but ext3 does not. For some reason when I patched ext4 I thought I should leave ext3 alone, but frankly it makes more sense to fix it, I think. Otherwise we get inconsistent behavior from ext3 under ext3.ko, and ext3 under ext4.ko, which is not at all desirable... This is testable by xfstests shared/289, though it will need modification because it currently special-cases ext3. Signed-off-by: Eric Sandeen Signed-off-by: Jan Kara --- Reading git-diff-tree failed