]> granicus.if.org Git - zfs/commitdiff
Fix obsolete comment on rangelock
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Thu, 14 Feb 2019 23:13:58 +0000 (08:13 +0900)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 14 Feb 2019 23:13:58 +0000 (15:13 -0800)
5d43cc9a59 renamed it to rangelock_enter().

Reviewed-by: Matt Ahrens <mahrens@delphix.com>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Tomohiro Kusumi <kusumi.tomohiro@osnexus.com>
Closes #8408

module/zfs/zvol.c

index 7ca18e138cc2013d5705a62e5824cdc7a04e93a8..cc0f1d1e031499a5da287b04ce77eeb491438e2f 100644 (file)
@@ -961,7 +961,7 @@ zvol_request(struct request_queue *q, struct bio *bio)
 
                /*
                 * To be released in the I/O function. See the comment on
-                * zfs_range_lock below.
+                * rangelock_enter() below.
                 */
                rw_enter(&zv->zv_suspend_lock, RW_READER);