From: Shaohua Li Date: Thu, 19 Jan 2012 08:20:09 +0000 (+0100) Subject: block,cfq: change code order X-Git-Tag: v3.3-rc4~33^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df0793abb929e66606fa25f3875ff1b89de5ad32;p=pandora-kernel.git block,cfq: change code order cfq_slice_expired will change saved_workload_slice. It should be called first so saved_workload_slice is correctly set to 0 after workload type is changed. This fixes the code order changed by 54b466e44b1c7. Tested-by: Tetsuo Handa Signed-off-by: Shaohua Li Signed-off-by: Jens Axboe --- Reading git-diff-tree failed