cfq-iosched: Rename "service_tree" to "st" at some places
authorVivek Goyal <vgoyal@redhat.com>
Wed, 3 Oct 2012 20:56:58 +0000 (16:56 -0400)
committerTejun Heo <tj@kernel.org>
Wed, 9 Jan 2013 16:05:09 +0000 (08:05 -0800)
commit34b98d03bd6e3f3c67af1e4933aaf19887a61192
treef8c12ac87eda374852f02cc0de078e2c74146c23
parent4d2ceea4cb86060b03b2aa4826b365320bc78651
cfq-iosched: Rename "service_tree" to "st" at some places

At quite a few places we use the keyword "service_tree". At some places,
especially local variables, I have abbreviated it to "st".

Also at couple of places moved binary operator "+" from beginning of line
to end of previous line, as per Tejun's feedback.

v2:
 Reverted most of the service tree name change based on Jeff Moyer's feedback.

Signed-off-by: Vivek Goyal <vgoyal@redhat.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
block/cfq-iosched.c