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:
6d816ec
)
cfq-iosched: Get rid of unnecessary local variable
author
Vivek Goyal
<vgoyal@redhat.com>
Wed, 3 Oct 2012 20:57:00 +0000
(16:57 -0400)
committer
Tejun Heo
<tj@kernel.org>
Wed, 9 Jan 2013 16:05:09 +0000
(08:05 -0800)
Use of local varibale "n" seems to be unnecessary. Remove it. This brings
it inline with function __cfq_group_st_add(), which is also doing the
similar operation of adding a group to a rb tree.
No functionality change here.
Signed-off-by: Vivek Goyal <vgoyal@redhat.com>
Acked-by: Jeff Moyer <jmoyer@redhat.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
block/cfq-iosched.c
patch
|
blob
|
history
diff --cc
block/cfq-iosched.c
Simple merge