From: Vivek Goyal Date: Wed, 3 Oct 2012 20:56:59 +0000 (-0400) Subject: cfq-iosched: Rename few functions related to selecting workload X-Git-Tag: v3.9-rc1~44^2~12^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d816ec7c83871da7c2472af7479d2438e641052;p=pandora-kernel.git cfq-iosched: Rename few functions related to selecting workload choose_service_tree() selects/sets both wl_class and wl_type. Rename it to choose_wl_class_and_type() to make it very clear. cfq_choose_wl() only selects and sets wl_type. It is easy to confuse it with choose_st(). So rename it to cfq_choose_wl_type() to make it clear what does it do. Just renaming. No functionality change. Signed-off-by: Vivek Goyal Acked-by: Jeff Moyer Signed-off-by: Tejun Heo --- Reading git-diff-tree failed