commit | 2149da0748fc236b9916c53e26b3b0c9ab20a5dd | [log] [tgz] |
---|---|---|
author | Balbir Singh <sblbir@amzn.com> | Tue Oct 30 02:40:15 2018 +0000 |
committer | Jens Axboe <axboe@kernel.dk> | Sat Dec 01 11:39:38 2018 -0700 |
tree | 8b9afba18247af737f738c1298d05dc262ee73e6 | |
parent | 5d2ee7122c73be6a3b6bfe90d237e8aed737cfaa [diff] |
block: add cmd_flags to print_req_error I ran into a bug where after hibernation due to incompatible backends, the block driver returned BLK_STS_NOTSUPP, with the current message it's hard to find out what the command flags were. Adding req->cmd_flags help make the problem easier to diagnose. Reviewed-by: Eduardo Valentin <eduval@amazon.com> Reviewed-by: Ming Lei <ming.lei@redhat.com> Signed-off-by: Balbir Singh <sblbir@amzn.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>