|
@@ -1060,8 +1060,8 @@ fail_elvpriv:
|
|
|
* shouldn't stall IO. Treat this request as !elvpriv. This will
|
|
|
* disturb iosched and blkcg but weird is bettern than dead.
|
|
|
*/
|
|
|
- printk_ratelimited(KERN_WARNING "%s: request aux data allocation failed, iosched may be disturbed\n",
|
|
|
- dev_name(q->backing_dev_info.dev));
|
|
|
+ printk_ratelimited(KERN_WARNING "%s: dev %s: request aux data allocation failed, iosched may be disturbed\n",
|
|
|
+ __func__, dev_name(q->backing_dev_info.dev));
|
|
|
|
|
|
rq->cmd_flags &= ~REQ_ELVPRIV;
|
|
|
rq->elv.icq = NULL;
|