]> granicus.if.org Git - strace/commit
tests/btrfs.c: accept possible failure of BTRFS_IOC_BALANCE_V2
authorEugene Syromyatnikov <evgsyr@gmail.com>
Mon, 19 Mar 2018 02:14:20 +0000 (03:14 +0100)
committerDmitry V. Levin <ldv@altlinux.org>
Fri, 20 Apr 2018 12:39:05 +0000 (12:39 +0000)
commit2b71146c3ad7a9914b7ff26e75bfca5b8a191f50
tree68620b6b78b30e28b51c181f85c48b14f79537d2
parent11df7cd070d23780ae5fe33ed6e2d4281888984f
tests/btrfs.c: accept possible failure of BTRFS_IOC_BALANCE_V2

BTRFS_IOC_BALANCE_V2 ioctl might fail sometimes (for example, if it
decides that it doesn't have enough free space).

* tests/btrfs.c (btrfs_test_balance_ioctls): Print expected output for
the BTRFS_IOC_BALANCE_V2 call based on its return code.
tests/btrfs.c