commit | 28f0779a3fd6ef015303780f0b9a92b24728bc4b | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.com> | Thu Nov 19 11:42:24 2015 +0100 |
committer | David Sterba <dsterba@suse.com> | Thu Jan 07 15:01:14 2016 +0100 |
tree | 456ff448bdefa0d7bc31cf460221b8858131ab30 | |
parent | 100d57025cce6bf568a10660c0d884bcc64c580e [diff] |
btrfs tests: replace whole ops structure for free space tests Preparatory work for making btrfs_free_space_op constant. In test_steal_space_from_bitmap_to_extent, we substitute use_bitmap with own version thus preventing constification. We can rework it so we replace the whole structure with the correct function pointers. Signed-off-by: David Sterba <dsterba@suse.com>