btrfs: move struct io_ctl into ctree.h and rename it
authorChris Mason <clm@fb.com>
Mon, 6 Apr 2015 20:17:20 +0000 (13:17 -0700)
committerChris Mason <clm@fb.com>
Fri, 10 Apr 2015 21:07:04 +0000 (14:07 -0700)
commit4c6d1d85ad89fd8e32dc9204b7f944854399bda9
treeec5dc4b06d46da31423f515b9d214d2fee98ad26
parent3bce876fd58a745b8a1bc0bd8325c3e5b4cebeb0
btrfs: move struct io_ctl into ctree.h and rename it

We'll need to put the io_ctl into the block_group cache struct, so
name it struct btrfs_io_ctl and move it into ctree.h

Signed-off-by: Chris Mason <clm@fb.com>
fs/btrfs/ctree.h
fs/btrfs/free-space-cache.c