commit | 67b61aefcef3842a360e6c603860a785fd971c7a | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.com> | Wed Aug 21 19:57:04 2019 +0200 |
committer | David Sterba <dsterba@suse.com> | Mon Sep 09 14:59:15 2019 +0200 |
tree | 8473d83a10d61a4bc2da39f42a4dd005ed3276a9 | |
parent | 18d0f5c6e16ce762f92ab7879c30ff2e37cd9cef [diff] |
btrfs: move struct io_ctl to free-space-cache.h The io_ctl structure is used for free space management, and used only by the v1 space cache code, but unfortunatlly the full definition is required by block-group.h so it can't be moved to free-space-cache.c without additional changes. Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de> Signed-off-by: David Sterba <dsterba@suse.com>