From: Al Viro Date: Tue, 14 Mar 2006 20:32:50 +0000 (-0500) Subject: [PATCH] fix cfq hash lookups X-Git-Tag: v2.6.17-rc1~1187^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0a6916bcc48f46996d54b8451591a2f2b7b2f64;p=pandora-kernel.git [PATCH] fix cfq hash lookups If somebody does a hash lookup for cfq_queue while ioprio of an async queue is elevated, they shouldn't end up stuck with lowered ioprio when we go back. Fix is to use ->org_ioprio{,class} in hash lookups. Signed-off-by: Al Viro --- Reading git-diff-tree failed