Re: [PATCH v2] fstests: btrfs/079: Fix wrong value passed to available space check.

2015-01-23 Thread David Sterba
On Wed, Jan 21, 2015 at 02:08:37PM +0800, Qu Wenruo wrote: Wrong value is passed to _require_fs_space, which should be in unit of kilobyte(1024), but passed in unit of gigabyte(1024^3). Fix it. Signed-off-by: Qu Wenruo quwen...@cn.fujitsu.com Reviewed-by: David Sterba dste...@suse.cz --

[PATCH v2] fstests: btrfs/079: Fix wrong value passed to available space check.

2015-01-20 Thread Qu Wenruo
Wrong value is passed to _require_fs_space, which should be in unit of kilobyte(1024), but passed in unit of gigabyte(1024^3). Fix it. Signed-off-by: Qu Wenruo quwen...@cn.fujitsu.com --- tests/btrfs/079 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/btrfs/079