]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
block: fix a comment in the queue_attrs[] array
authorChristoph Hellwig <hch@lst.de>
Wed, 12 Mar 2025 15:01:27 +0000 (16:01 +0100)
committerJens Axboe <axboe@kernel.dk>
Tue, 18 Mar 2025 13:54:50 +0000 (07:54 -0600)
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>
block/blk-sysfs.c

index d584461a1d84f0b5c198848a8e9ccb8b8eef4de9..a2882751f0d21cf1679a5aeccde4505b05ec2cce 100644 (file)
@@ -671,11 +671,6 @@ static struct attribute *queue_attrs[] = {
        &queue_dax_entry.attr,
        &queue_virt_boundary_mask_entry.attr,
        &queue_dma_alignment_entry.attr,
-
-       /*
-        * Attributes which require some form of locking other than
-        * q->sysfs_lock.
-        */
        &queue_ra_entry.attr,
 
        /*