diff options
Diffstat (limited to 'block')
-rw-r--r-- | block/bdev.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/block/bdev.c b/block/bdev.c index bd558a9ba3cd..9bb54d9d02a6 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 |