Commit b0d42581 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Jens Axboe
Browse files

block: fix a comment in the queue_attrs[] array



queue_ra_entry uses limits_lock just like the attributes above it.

Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
Reviewed-by: default avatarChaitanya Kulkarni <kch@nvidia.com>
Reviewed-by: default avatarNilay Shroff <nilay@linux.ibm.com>
Link: https://lore.kernel.org/r/20250312150127.703534-1-hch@lst.de


Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 0e94ed33
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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,

	/*