• Al Viro's avatar
    [PATCH] fix cfq hash lookups · b0a6916b
    Al Viro authored
    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: default avatarAl Viro <viro@zeniv.linux.org.uk>
    b0a6916b
cfq-iosched.c 57.4 KB