You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
md/raid*: Fix the set_queue_limits implementations
JIRA: https://issues.redhat.com/browse/RHEL-73514
commit fbe8f2f
Author: Bart Van Assche <bvanassche@acm.org>
Date: Wed Feb 12 09:11:07 2025 -0800
md/raid*: Fix the set_queue_limits implementations
queue_limits_cancel_update() must only be called if
queue_limits_start_update() is called first. Remove the
queue_limits_cancel_update() calls from the raid*_set_limits() functions
because there is no corresponding queue_limits_start_update() call.
Cc: Christoph Hellwig <hch@lst.de>
Fixes: c6e56cf ("block: move integrity information into queue_limits")
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/linux-raid/20250212171108.3483150-1-bvanassche@acm.org/
Signed-off-by: Yu Kuai <yukuai@kernel.org>
(cherry picked from commit fbe8f2f)
Signed-off-by: Nigel Croxon <ncroxon@redhat.com>
0 commit comments