summaryrefslogtreecommitdiff
path: root/include/linux/blkdev.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2026-05-15 07:55:33 +0300
committerJens Axboe <axboe@kernel.dk>2026-05-15 17:46:45 +0300
commit82aaa55a3162acaad10baced6f87126a4454a0d7 (patch)
treeca0d72b251412cbf68181ef8e6ce7cbea1b8c6dc /include/linux/blkdev.h
parent9957d5bbb916d37b277bf298e635d29a71205f99 (diff)
downloadlinux-82aaa55a3162acaad10baced6f87126a4454a0d7.tar.xz
block: unexport blk_status_to_str
Only used in core block code, so unexport and move the prototype to blk.h. Signed-off-by: Christoph Hellwig <hch@lst.de> Link: https://patch.msgid.link/20260515045547.3790129-5-hch@lst.de Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'include/linux/blkdev.h')
-rw-r--r--include/linux/blkdev.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h
index 890128cdea1c..17270a28c66d 100644
--- a/include/linux/blkdev.h
+++ b/include/linux/blkdev.h
@@ -1040,7 +1040,6 @@ 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)