]> git.ipfire.org Git - thirdparty/linux.git/blobdiff - include/linux/blkdev.h
block: Add some exports for bcachefs
[thirdparty/linux.git] / include / linux / blkdev.h
index 2f5371b8482c004ee992f33367bbf2fc5358f00d..4feed1fc141f615d7bc97dadf63bc94616869f9a 100644 (file)
@@ -847,6 +847,7 @@ extern const char *blk_op_str(enum req_op op);
 
 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);
 
 /* only poll the hardware once, don't continue until a completion was found */
 #define BLK_POLL_ONESHOT               (1 << 0)