]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb879749271122d0d6cda6d7d428610ac1c21c5e6
tree38080cc41e9461e9751b71bdd5231a93c7da7ef7
parent2adbff75dd99cae969e8ad08d59dcdd5f36f408c
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