Skip to content

Commit b0d4258

Browse files
Christoph Hellwigaxboe
authored andcommitted
block: fix a comment in the queue_attrs[] array
queue_ra_entry uses limits_lock just like the attributes above it. Signed-off-by: Christoph Hellwig <[email protected]> Reviewed-by: Chaitanya Kulkarni <[email protected]> Reviewed-by: Nilay Shroff <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jens Axboe <[email protected]>
1 parent 0e94ed3 commit b0d4258

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

block/blk-sysfs.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -671,11 +671,6 @@ static struct attribute *queue_attrs[] = {
671671
&queue_dax_entry.attr,
672672
&queue_virt_boundary_mask_entry.attr,
673673
&queue_dma_alignment_entry.attr,
674-
675-
/*
676-
* Attributes which require some form of locking other than
677-
* q->sysfs_lock.
678-
*/
679674
&queue_ra_entry.attr,
680675

681676
/*

0 commit comments

Comments
 (0)