Re: [PATCH] tests/btrfs.c: fix btrfs-v for BTRFS_IOC_TREE_SEARCH

2016-05-26 Thread Dmitry V. Levin
On Thu, May 26, 2016 at 04:09:28PM -0400, Jeff Mahoney wrote: > * tests/btrfs.c (btrfs_test_send_ioctl): Assign key_reference to > search_args for BTRFS_IOC_TREE_SEARCH ioctl tests. Applied, thanks. -- ldv pgpsLqyNrxpGa.pgp Description: PGP signature

[PATCH] tests/btrfs.c: fix btrfs-v for BTRFS_IOC_TREE_SEARCH

2016-05-26 Thread Jeff Mahoney
* tests/btrfs.c (btrfs_test_send_ioctl): Assign key_reference to search_args for BTRFS_IOC_TREE_SEARCH ioctl tests. --- tests/btrfs.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/btrfs.c b/tests/btrfs.c index ee731bb..d2b1637 100644 --- a/tests/btrfs.c +++