Skip to content

Commit e89e001

Browse files
Christoph Hellwigaxboe
authored andcommitted
block: document the holder argument to blkdev_get_by_path
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Christoph Hellwig <hch@lst.de> Link: https://lore.kernel.org/r/20230620043536.707249-1-hch@lst.de Signed-off-by: Jens Axboe <axboe@kernel.dk>
1 parent b90ecc0 commit e89e001

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

block/bdev.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -850,6 +850,7 @@ EXPORT_SYMBOL(blkdev_get_by_dev);
850850
* @path: path to the block device to open
851851
* @mode: open mode (BLK_OPEN_*)
852852
* @holder: exclusive holder identifier
853+
* @hops: holder operations
853854
*
854855
* Open the block device described by the device file at @path. If @holder is
855856
* not %NULL, the block device is opened with exclusive access. Exclusive opens

0 commit comments

Comments
 (0)