btrfs: tests: properly initialize fs_info of extent buffer
authorDavid Sterba <dsterba@suse.com>
Fri, 15 Mar 2019 16:42:07 +0000 (17:42 +0100)
committerDavid Sterba <dsterba@suse.com>
Mon, 29 Apr 2019 17:02:26 +0000 (19:02 +0200)
commit7b9586bc2b31b8f62da651cb0ddf926997c93954
tree38080cc41e9461e9751b71bdd5231a93c7da7ef7
parent3199366da73dddbfa5a0b36a7438dac008d2053e
btrfs: tests: properly initialize fs_info of extent buffer

The fs_info is supposed to be valid, even though it's not used right
now and the test does not crash.

Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/tests/extent-io-tests.c