block: include func name in __get_request prints
authorRobert Elliott <elliott@hp.com>
Wed, 27 Aug 2014 15:50:36 +0000 (10:50 -0500)
committerJens Axboe <axboe@fb.com>
Mon, 13 Oct 2014 14:34:23 +0000 (08:34 -0600)
In __get_request calls to printk_ratelimited, include the function name so
the callbacks suppressed message matches the messages that are printed,
and add "dev" before the device name so it matches other block layer
messages.

Signed-off-by: Robert Elliott <elliott@hp.com>
Reviewed-by: Webb Scales <webbnh@hp.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
block/blk-core.c

Simple merge