1. 02 6月, 2015 1 次提交
    • T
      writeback: separate out include/linux/backing-dev-defs.h · 66114cad
      Tejun Heo 提交于
      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: NTejun Heo <tj@kernel.org>
      Reviewed-by: NJan Kara <jack@suse.cz>
      Cc: Jens Axboe <axboe@kernel.dk>
      Signed-off-by: NJens Axboe <axboe@fb.com>
      66114cad
  2. 28 3月, 2015 3 次提交
  3. 18 2月, 2015 1 次提交
  4. 14 2月, 2015 1 次提交
  5. 04 2月, 2015 8 次提交
  6. 21 1月, 2015 1 次提交
  7. 13 11月, 2014 1 次提交
  8. 09 10月, 2014 1 次提交
  9. 11 9月, 2014 3 次提交
  10. 04 8月, 2014 2 次提交
  11. 13 7月, 2014 2 次提交
  12. 25 6月, 2014 2 次提交
  13. 09 6月, 2014 2 次提交
  14. 30 5月, 2014 2 次提交
  15. 29 5月, 2014 9 次提交
  16. 06 3月, 2014 1 次提交