All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] blk-cgroup: duplicated code refactor
@ 2022-06-29  7:09 Jason Yan
  2022-06-29  7:09 ` [PATCH v3 1/2] blk-cgroup: factor out blkcg_iostat_update() Jason Yan
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Jason Yan @ 2022-06-29  7:09 UTC (permalink / raw)
  To: tj, jack, hch, axboe; +Cc: linux-block, Jason Yan

Two duplicated code segment refactors. No functional change.

v2->v3: Fix indentation and add review tags.
v1->v2: Remove inline keyword of blkcg_iostat_update().

Jason Yan (2):
  blk-cgroup: factor out blkcg_iostat_update()
  blk-cgroup: factor out blkcg_free_all_cpd()

 block/blk-cgroup.c | 73 ++++++++++++++++++++++++----------------------
 1 file changed, 38 insertions(+), 35 deletions(-)

-- 
2.31.1


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

end of thread, other threads:[~2022-07-01  1:51 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-29  7:09 [PATCH v3 0/2] blk-cgroup: duplicated code refactor Jason Yan
2022-06-29  7:09 ` [PATCH v3 1/2] blk-cgroup: factor out blkcg_iostat_update() Jason Yan
2022-06-29  7:09 ` [PATCH v3 2/2] blk-cgroup: factor out blkcg_free_all_cpd() Jason Yan
2022-06-29 17:09 ` [PATCH v3 0/2] blk-cgroup: duplicated code refactor Jens Axboe
2022-06-30  1:46   ` Yu Kuai
2022-06-30  8:16   ` John Garry
2022-06-30 13:10     ` Jens Axboe
2022-06-30 18:03     ` Bart Van Assche
2022-07-01  1:51       ` Jason Yan
2022-06-29 17:10 ` 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.