If you switch the nomerges tunable while requests are in flight, it is possible that
a request is put into the rqhash table but not removed here, leading to the BUG_ON
in elv_dequeue_request() triggering. ELV_ON_HASH needs to be checked regardless of
the nomerges state.
-- Aaron
--