From: Christoph Hellwig Date: Tue, 20 Jun 2023 04:35:36 +0000 (+0200) Subject: block: document the holder argument to blkdev_get_by_path X-Git-Tag: v6.6.7~2607^2~19 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e89e001f24bf7bc558d9ebccb97fd559443021da;p=platform%2Fkernel%2Flinux-starfive.git block: document the holder argument to blkdev_get_by_path Reported-by: Stephen Rothwell Signed-off-by: Christoph Hellwig Link: https://lore.kernel.org/r/20230620043536.707249-1-hch@lst.de Signed-off-by: Jens Axboe --- diff --git a/block/bdev.c b/block/bdev.c index bd558a9..9bb54d9 100644 --- a/block/bdev.c +++ b/block/bdev.c @@ -850,6 +850,7 @@ EXPORT_SYMBOL(blkdev_get_by_dev); * @path: path to the block device to open * @mode: open mode (BLK_OPEN_*) * @holder: exclusive holder identifier + * @hops: holder operations * * Open the block device described by the device file at @path. If @holder is * not %NULL, the block device is opened with exclusive access. Exclusive opens