]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - block/blk-core.c
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)
commit7b2b10e0e2c65ebc11314e1af9924d0824ec1562
tree10e0762a4f07cc13a7af1d31e551ccfe9c95ea0a
parentef3ecb66bcd6b2076dc8782e1315cf2807b73c0c
block: include func name in __get_request prints

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