]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commit
shared/289: do not special-case ext3
authorEryu Guan <eguan@redhat.com>
Mon, 4 May 2015 12:56:13 +0000 (22:56 +1000)
committerDave Chinner <david@fromorbit.com>
Mon, 4 May 2015 12:56:13 +0000 (22:56 +1000)
commitb928ca4bffd8f5602b0dd7a96ce824644fc44f2a
treed25a628de3dcbddf836a736584d2911d44090e75
parentbd8febe57ec31574b60e4b0fe10f11d5ca29e81e
shared/289: do not special-case ext3

Commit "3574531 xfstests: count journal size in test 289" makes ext3 a
special case, but now it's not the case anymore after kernel commit

2046fd1 ext3: Count journal as bsddf overhead in ext3_statfs

So just remove the special case, now test passes on both ext3 and ext4,
also ext3 driven by ext4 module.

Signed-off-by: Eryu Guan <eguan@redhat.com>
Reviewed-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
tests/shared/289