diff options
| author | Tejun Heo <[email protected]> | 2015-05-22 21:13:32 +0000 |
|---|---|---|
| committer | Jens Axboe <[email protected]> | 2015-06-02 14:33:34 +0000 |
| commit | 66114cad64bf76a155fec1f0fff0de771cf909d5 (patch) | |
| tree | 58d7b8646add87cb40973961757a1c3598f3ee4c /fs/fs-writeback.c | |
| parent | writeback: reorganize mm/backing-dev.c (diff) | |
| download | kernel-66114cad64bf76a155fec1f0fff0de771cf909d5.tar.gz kernel-66114cad64bf76a155fec1f0fff0de771cf909d5.zip | |
writeback: separate out include/linux/backing-dev-defs.h
With the planned cgroup writeback support, backing-dev related
declarations will be more widely used across block and cgroup;
unfortunately, including backing-dev.h from include/linux/blkdev.h
makes cyclic include dependency quite likely.
This patch separates out backing-dev-defs.h which only has the
essential definitions and updates blkdev.h to include it. c files
which need access to more backing-dev details now include
backing-dev.h directly. This takes backing-dev.h off the common
include dependency chain making it a lot easier to use it across block
and cgroup.
v2: fs/fat build failure fixed.
Signed-off-by: Tejun Heo <[email protected]>
Reviewed-by: Jan Kara <[email protected]>
Cc: Jens Axboe <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'fs/fs-writeback.c')
0 files changed, 0 insertions, 0 deletions
