git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a52560
)
blk-throttle: rename throtl_rb_root to throtl_service_queue
author
Tejun Heo
<tj@kernel.org>
Tue, 14 May 2013 20:52:32 +0000
(13:52 -0700)
committer
Tejun Heo
<tj@kernel.org>
Tue, 14 May 2013 20:52:32 +0000
(13:52 -0700)
throtl_rb_root will be expanded to cover more roles for hierarchy
support. Rename it to throtl_service_queue and make its fields more
descriptive.
* rb -> pending_tree
* left -> first_pending
* count -> nr_pending
* min_disptime -> first_pending_disptime
This patch is purely cosmetic.
Signed-off-by: Tejun Heo <tj@kernel.org
Acked-by: Vivek Goyal <vgoyal@redhat.com>
block/blk-throttle.c
patch
|
blob
|
history
diff --cc
block/blk-throttle.c
Simple merge