From: Christoph Hellwig Date: Wed, 12 Mar 2025 15:01:27 +0000 (+0100) Subject: block: fix a comment in the queue_attrs[] array X-Git-Tag: v6.15-rc1~166^2~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b0d42581195603f38184d7c130d0e2f43f40fb33;p=thirdparty%2Fkernel%2Flinux.git 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 Reviewed-by: Chaitanya Kulkarni Reviewed-by: Nilay Shroff Link: https://lore.kernel.org/r/20250312150127.703534-1-hch@lst.de Signed-off-by: Jens Axboe --- diff --git a/block/blk-sysfs.c b/block/blk-sysfs.c index d584461a1d84f..a2882751f0d21 100644 --- a/block/blk-sysfs.c +++ b/block/blk-sysfs.c @@ -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, /*