[PATCH] block: document the holder argument to blkdev_get_by_path

From: Christoph Hellwig
Date: Tue Jun 06 2023 - 03:12:12 EST


Reported-by: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx>
Signed-off-by: Christoph Hellwig <hch@xxxxxx>
---
block/bdev.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/block/bdev.c b/block/bdev.c
index 5c46ff10770638..4cebda15c55475 100644
--- a/block/bdev.c
+++ b/block/bdev.c
@@ -846,6 +846,7 @@ EXPORT_SYMBOL(blkdev_get_by_dev);
* @path: path to the block device to open
* @mode: FMODE_* mask
* @holder: exclusive holder identifier
+ * @hops: holder operations
*
* Open the block device described by the device file at @path. If @mode
* includes %FMODE_EXCL, the block device is opened with exclusive access.
--
2.39.2