aboutsummaryrefslogtreecommitdiffstats
path: root/rust/helpers/mutex.c
diff options
context:
space:
mode:
authorSurajSonawane2415 <[email protected]>2024-10-07 11:14:16 +0000
committerJens Axboe <[email protected]>2024-10-07 20:24:36 +0000
commitb402328a24ee7193a8ab84277c0c90ae16768126 (patch)
treef3e566d987b332c0db4be00a08c69a95d417924c /rust/helpers/mutex.c
parentaoe: fix the potential use-after-free problem in more places (diff)
downloadkernel-b402328a24ee7193a8ab84277c0c90ae16768126.tar.gz
kernel-b402328a24ee7193a8ab84277c0c90ae16768126.zip
block: Fix elevator_get_default() checking for NULL q->tag_set
elevator_get_default() and elv_support_iosched() both check for whether or not q->tag_set is non-NULL, however it's not possible for them to be NULL. This messes up some static checkers, as the checking of tag_set isn't consistent. Remove the checks, which both simplifies the logic and avoids checker errors. Signed-off-by: SurajSonawane2415 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'rust/helpers/mutex.c')
0 files changed, 0 insertions, 0 deletions