Re: [dm-devel] [PATCH 06/14] block: move the bio cgroup associatation helpers to blk-cgroup.c

2020-06-29 Thread Johannes Thumshirn
Looks good, Reviewed-by: Johannes Thumshirn -- dm-devel mailing list dm-devel@redhat.com https://www.redhat.com/mailman/listinfo/dm-devel

[dm-devel] [PATCH 06/14] block: move the bio cgroup associatation helpers to blk-cgroup.c

2020-06-27 Thread Christoph Hellwig
Keep the cgroup code together. Signed-off-by: Christoph Hellwig --- block/bio.c| 75 --- block/blk-cgroup.c | 103 - include/linux/blk-cgroup.h | 30 --- 3 files changed, 101 insertions(+), 107 deletion