aboutsummaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
authorTejun Heo <tj@kernel.org>2013-05-14 13:52:33 -0700
committerMoyster <oysterized@gmail.com>2016-09-18 12:46:13 +0200
commit32b91f68666c1889802457d3d8bf87658ca2cdb1 (patch)
treec3ebc05c267f3a5b998513a0a9eb571f87325e6e /Android.mk
parenta52c911bf550b3faa06d798f7980d7c0426125f3 (diff)
blk-throttle: reorganize throtl_service_queue passed around as argument
throtl_service_queue will be the building block of hierarchy support and will form a tree. This patch updates its usages as arguments to reduce confusion. * When a service queue is used as the parent role - the host of the rbtree - use @parent_sq instead of @sq. * For functions taking both @tg and @parent_sq, reorder them so that the order is (@tg, @parent_sq) not the other way around. This makes the code follow the usual convention of specifying the primary target of the operation as the first argument. This patch doesn't make any functional differences. Signed-off-by: Tejun Heo <tj@kernel.org> Acked-by: Vivek Goyal <vgoyal@redhat.com>
Diffstat (limited to 'Android.mk')
0 files changed, 0 insertions, 0 deletions