block\elevator.c
static
inline
void
__elv_rqhash_del(
struct
request *rq)
{
hash_del(&rq->hash);
rq->rq_flags &= ~RQF_HASHED;
}