[PATCH 09/14] bdi: remove BDI_CAP_CGROUP_WRITEBACK

2020-07-26 Thread Christoph Hellwig
Just checking SB_I_CGROUPWB for cgroup writeback support is enough. Either the file system allocates its own bdi (e.g. btrfs), in which case it is known to support cgroup writeback, or the bdi comes from the block layer, which always supports cgroup writeback. Signed-off-by: Christoph Hellwig

Re: [PATCH 09/14] bdi: remove BDI_CAP_CGROUP_WRITEBACK

2020-07-26 Thread Wols Lists
On 22/07/20 08:45, Johannes Thumshirn wrote: > On 22/07/2020 08:27, Christoph Hellwig wrote: >> it is know to support cgroup writeback, or the bdi comes from the block > knwon ~^ > Whoops - "known" > Apart from that, > Reviewed-by: Johannes Thumshirn > Cheers, Wol

[PATCH 09/14] bdi: remove BDI_CAP_CGROUP_WRITEBACK

2020-07-24 Thread Christoph Hellwig
Just checking SB_I_CGROUPWB for cgroup writeback support is enough. Either the file system allocates its own bdi (e.g. btrfs), in which case it is known to support cgroup writeback, or the bdi comes from the block layer, which always supports cgroup writeback. Signed-off-by: Christoph Hellwig

Re: [PATCH 09/14] bdi: remove BDI_CAP_CGROUP_WRITEBACK

2020-07-22 Thread Johannes Thumshirn
On 22/07/2020 08:27, Christoph Hellwig wrote: > it is know to support cgroup writeback, or the bdi comes from the block knwon ~^ Apart from that, Reviewed-by: Johannes Thumshirn

[PATCH 09/14] bdi: remove BDI_CAP_CGROUP_WRITEBACK

2020-07-22 Thread Christoph Hellwig
Just checking SB_I_CGROUPWB for cgroup writeback support is enough. Either the file system allocates its own bdi (e.g. btrfs), in which case it is know to support cgroup writeback, or the bdi comes from the block layer, which always supports cgroup writeback. Signed-off-by: Christoph Hellwig ---

[PATCH 09/14] bdi: remove BDI_CAP_CGROUP_WRITEBACK

2020-07-20 Thread Christoph Hellwig
Just checking SB_I_CGROUPWB for cgroup writeback support is enough. Either the file system allocates its own bdi (e.g. btrfs), in which case it is know to support cgroup writeback, or the bdi comes from the block layer, which always supports cgroup writeback. Signed-off-by: Christoph Hellwig ---