summaryrefslogtreecommitdiff
path: root/include/linux/blkdev.h
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2020-07-27 14:24:31 -0400
committerKent Overstreet <kent.overstreet@gmail.com>2020-07-27 14:29:49 -0400
commit014287bbf6f0046d4092f20be2ff0c3385e5df3e (patch)
treef3613171cfd567b012d6d2252a85d22157c4d09a /include/linux/blkdev.h
parent0511e1ea598d18d603d4478030c1e5893d5b2598 (diff)
Merge with 6288f1b609 bcachefs: Convert various code to printbuf
Diffstat (limited to 'include/linux/blkdev.h')
-rw-r--r--include/linux/blkdev.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h
index 745b2d0dcf78..09887c0f9a03 100644
--- a/include/linux/blkdev.h
+++ b/include/linux/blkdev.h
@@ -1013,6 +1013,7 @@ extern void blk_execute_rq_nowait(struct request_queue *, struct gendisk *,
int blk_status_to_errno(blk_status_t status);
blk_status_t errno_to_blk_status(int errno);
+const char *blk_status_to_str(blk_status_t status);
bool blk_poll(struct request_queue *q, blk_qc_t cookie);