diff options
author | Christoph Hellwig <hch@lst.de> | 2025-03-12 16:01:27 +0100 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2025-03-18 07:54:50 -0600 |
commit | b0d42581195603f38184d7c130d0e2f43f40fb33 (patch) | |
tree | ad73fd9b86d06ff0680d0c2e6639992927a2b88d /block | |
parent | 0e94ed33681424a6dce65c62837e08e4c7aa09ac (diff) |
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>
Diffstat (limited to 'block')
-rw-r--r-- | block/blk-sysfs.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/block/blk-sysfs.c b/block/blk-sysfs.c index d584461a1d84..a2882751f0d2 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, /* |