]> git-server-git.apps.pok.os.sepia.ceph.com Git - xfstests-dev.git/commit
083 make variable filesize as size in bytes
authorEryu Guan <guaneryu@gmail.com>
Fri, 4 Nov 2011 02:38:03 +0000 (10:38 +0800)
committerChristoph Hellwig <hch@lst.de>
Thu, 10 Nov 2011 13:43:48 +0000 (13:43 +0000)
commit59974983bfc0688fffaec744d8183721f5a5bb80
treed7c87f0d541e0ecc75173b190efe5af1a1837bed
parentc98a330cc3a0da5738b61fbffffa5a7a96625877
083 make variable filesize as size in bytes

The first argument of _scratch_mkfs_sized() should be file system size
in bytes, so '100m' is not a valid number, and the 'expr' expression in
_scratch_mkfs_sized() complains 'non-numeric argument' about it.

Signed-off-by: Eryu Guan <guaneryu@gmail.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
083