diff options
-rw-r--r-- | module/zfs/zvol.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/zfs/zvol.c b/module/zfs/zvol.c index 7ca18e138..cc0f1d1e0 100644 --- a/module/zfs/zvol.c +++ b/module/zfs/zvol.c @@ -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); |