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 <hch@lst.de> Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com> Reviewed-by: Nilay Shroff <nilay@linux.ibm.com> Link: https://lore.kernel.org/r/20250312150127.703534-1-hch@lst.de Signed-off-by: Jens Axboe <axboe@kernel.dk>
1 parent 0e94ed3 commit b0d4258

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

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)