Re: [PATCH 4/6] cfq-iosched: Rename few functions related to selecting workload

2012-12-06 Thread Tejun Heo
On Wed, Oct 03, 2012 at 04:56:59PM -0400, Vivek Goyal wrote: > 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 i

[PATCH 4/6] cfq-iosched: Rename few functions related to selecting workload

2012-10-03 Thread Vivek Goyal
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 renam