xfstests: use minimum log size in xfs/016
authorBrian Foster <bfoster@redhat.com>
Fri, 18 Oct 2013 17:16:14 +0000 (17:16 +0000)
committerRich Johnston <rjohnston@sgi.com>
Tue, 22 Oct 2013 21:08:35 +0000 (16:08 -0500)
commitbb4074a31abd36426ea6d2ba63764a21b0226635
tree6318e87f27e469ecbdf8ee5b5c46f67f61d3f03d
parent09320abafa8d35105b36596f8400abf45ad59870
xfstests: use minimum log size in xfs/016

Test xfs/016 fails to run due to invalid mkfs options. The log size
is reported as too small according to the minimum log size
calculation:

log size 512 blocks too small, minimum size is 853 blocks

Update log_size to the currently specified minimum.

Signed-off-by: Brian Foster <bfoster@redhat.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Rich Johnston <rjohnston@sgi.com>
tests/xfs/016