diff options
author | Robert Elliott <elliott@hp.com> | 2014-08-27 10:50:31 -0500 |
---|---|---|
committer | Jens Axboe <axboe@fb.com> | 2014-10-13 08:34:21 -0600 |
commit | ef3ecb66bcd6b2076dc8782e1315cf2807b73c0c (patch) | |
tree | e6ad2491465bbd6988fd10a975d96a20fff3688a /drivers/vfio | |
parent | 764f612c6c3c231b9c12cfae7c328ccc9c453258 (diff) | |
download | linux-ef3ecb66bcd6b2076dc8782e1315cf2807b73c0c.tar.gz linux-ef3ecb66bcd6b2076dc8782e1315cf2807b73c0c.tar.bz2 linux-ef3ecb66bcd6b2076dc8782e1315cf2807b73c0c.zip |
block: make blk_update_request print prefix match ratelimited prefix
In blk_update_request, change the printk_ratelimited
prefix from end_request to blk_update_request so it
matches the name printed if rate limiting occurs.
Old:
[10234.933106] blk_update_request: 174 callbacks suppressed
[10234.934940] end_request: critical target error, dev sdr, sector 16
[10234.949788] end_request: critical target error, dev sdr, sector 16
New:
[16863.445173] blk_update_request: 398 callbacks suppressed
[16863.447029] blk_update_request: critical target error, dev sdr, sector
1442066176
[16863.449383] blk_update_request: critical target error, dev sdr, sector
802802888
[16863.451680] blk_update_request: critical target error, dev sdr, sector
1609535456
Signed-off-by: Robert Elliott <elliott@hp.com>
Reviewed-by: Webb Scales <webbnh@hp.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'drivers/vfio')
0 files changed, 0 insertions, 0 deletions