int kblockd_schedule_work(struct request_queue *q, struct work_struct *work) { return queue_work(kblockd_workqueue, work);
} EXPORT_SYMBOL(kblockd_schedule_work);