All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] block: drive-by cleanups for block cgroup
@ 2020-06-29  8:26 Johannes Thumshirn
  2020-06-29  8:26 ` [PATCH v3 1/2] block: remove blk_queue_root_blkg Johannes Thumshirn
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Johannes Thumshirn @ 2020-06-29  8:26 UTC (permalink / raw)
  To: Jens Axboe
  Cc: Tejun Heo, linux-block @ vger . kernel . org, paolo.valente,
	Johannes Thumshirn

While reviewing Christoph's bio cleanup series, I noticed
blkcg_bio_issue_check() is way too big for an inline function. When I moved it
into block/blk-cgroup.c I noticed two other functions which only have one or
no callers at all, so I cleaned them up as well.


Changes to v2:
- Re-based 
- Removed patch concerning blkcg_bio_issue_check, Christoph has a better one

Changes to v1:
- Re-based onto for-5.8/block with Christoph's patches
- Removed white-space to not hurt Christoph's feelings
- Added Reviewed-bys

Johannes Thumshirn (2):
  block: remove blk_queue_root_blkg
  block: open-code blkg_path in it's sole caller

 block/bfq-cgroup.c         |  3 ++-
 include/linux/blk-cgroup.h | 27 ---------------------------
 2 files changed, 2 insertions(+), 28 deletions(-)

-- 
2.26.2


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-06-29 21:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-29  8:26 [PATCH v3 0/2] block: drive-by cleanups for block cgroup Johannes Thumshirn
2020-06-29  8:26 ` [PATCH v3 1/2] block: remove blk_queue_root_blkg Johannes Thumshirn
2020-06-29  8:26 ` [PATCH v3 2/2] block: open-code blkg_path in it's sole caller Johannes Thumshirn
2020-06-29 13:48 ` [PATCH v3 0/2] block: drive-by cleanups for block cgroup Jens Axboe

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.