lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20230606071138.147128-1-hch@lst.de>
Date:   Tue,  6 Jun 2023 09:11:38 +0200
From:   Christoph Hellwig <hch@....de>
To:     axboe@...nel.dk
Cc:     sfr@...b.auug.org.au, linux-kernel@...r.kernel.org
Subject: [PATCH] block: document the holder argument to blkdev_get_by_path

Reported-by: Stephen Rothwell <sfr@...b.auug.org.au>
Signed-off-by: Christoph Hellwig <hch@....de>
---
 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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ