commit | 934031a12980511c020acf7d91f9035e34d0b5b8 | [log] [tgz] |
---|---|---|
author | Omar Sandoval <osandov@fb.com> | Wed May 09 02:08:47 2018 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Wed May 09 08:33:00 2018 -0600 |
tree | 510dde2e8e992a1a7bf4f112de5e2a419ceab823 | |
parent | 782f569774d7000e54ae9d680b0e4cd29b1c7ca3 [diff] |
block: move some wbt helpers to blk-wbt.c A few helpers are only used from blk-wbt.c, so move them there, and put wbt_track() behind the CONFIG_BLK_WBT typedef. This is in preparation for changing how the wbt flags are tracked. Signed-off-by: Omar Sandoval <osandov@fb.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>