[PATCH] fix cfq hash lookups
authorAl Viro <viro@zeniv.linux.org.uk>
Tue, 14 Mar 2006 20:32:50 +0000 (15:32 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Sat, 18 Mar 2006 23:33:54 +0000 (18:33 -0500)
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 <viro@zeniv.linux.org.uk>

No differences found