xfs/104: use fixed log size
authorDave Chinner <dchinner@redhat.com>
Mon, 20 Jan 2014 06:22:36 +0000 (06:22 +0000)
committerRich Johnston <rjohnston@sgi.com>
Wed, 22 Jan 2014 13:21:19 +0000 (07:21 -0600)
commit3ed573ee4b0652206dd527415ae9f8a04e76bf30
tree9639ce338680136ba8e03c15902edb532325736e
parentb04b0fd675d9464f7adb2f5236542d2fed436ecf
xfs/104: use fixed log size

In changing the default log sizes in mkfs, the freespace
calculations in xfs/104 are no longer valid and so it fails with
ENOSPC before running any of the growfs tests. Make the test use a
fixed log size of 5MB so that freespace calculations remain valid
and the test passes regardless of whether we have a new or old mkfs
binary.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Rich Johnston <rjohnston@sgi.com>
tests/xfs/104