btrfs-progs: fix search tree v2 ioctl detection
authorDavid Sterba <dsterba@suse.com>
Mon, 7 Nov 2016 12:02:00 +0000 (13:02 +0100)
committerDavid Sterba <dsterba@suse.com>
Wed, 9 Nov 2016 12:47:35 +0000 (13:47 +0100)
commit3934ba255d520daab8217d5e7419a8193c680a68
tree2df8c7d12ffd4bac0793bd8c6e607ce89dd29bcf
parent92576929fbbeb3c41abba9a4a217a6c69d546c7e
btrfs-progs: fix search tree v2 ioctl detection

The result of the test applies per-filesystem, so we can't simply cache
it. The function hasn't been used yet.

Signed-off-by: David Sterba <dsterba@suse.com>
utils.c