Message ID | 20190620175919.3273-1-chaitanya.kulkarni@wdc.com (mailing list archive) |
---|---|
Headers | show |
Series | block: improve print_req_error | expand |
On 6/20/19 11:59 AM, Chaitanya Kulkarni wrote: > Hi, > > This patch-series is based on the initial patch posted by > Christoph Hellwig <hch@lst.de>. While debugging the driver and block > layer this print message is very meaningful. Also, we centralize the > REQ_OP_XXX to the string conversion in the blk-core.c so that other > dependent subsystems can use this helper without having to duplicate > the code e.g. f2fs, blk-mq-debugfs.c. > > Please consider this for 5.3. > > In case someone is interested please find the test log for print_err_req > with null_blk, f2fs tracing and blk-mq-debugfs->blk_mq_debugfs_rq_show() > at the end of this patch. Applied, thanks.