Message ID | 20230620043536.707249-1-hch@lst.de (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | block: document the holder argument to blkdev_get_by_path | expand |
On Tue, 20 Jun 2023 06:35:36 +0200, Christoph Hellwig wrote:
>
Applied, thanks!
[1/1] block: document the holder argument to blkdev_get_by_path
commit: e89e001f24bf7bc558d9ebccb97fd559443021da
Best regards,
diff --git a/block/bdev.c b/block/bdev.c index bd558a9ba3cd97..9bb54d9d02a687 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
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Christoph Hellwig <hch@lst.de> --- block/bdev.c | 1 + 1 file changed, 1 insertion(+)