Skip to content

Commit 8a2e11b

Browse files
committed
fix sq exit rb_root
Signed-off-by: YangKeao <[email protected]>
1 parent 5e5b9e1 commit 8a2e11b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver/ioem.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -677,7 +677,7 @@ static void ioem_sq_exit_sched(struct elevator_queue * e)
677677
{
678678
struct ioem_data *id = e->elevator_data;
679679

680-
BUG_ON(!RB_EMPTY_ROOT(&id->root));
680+
BUG_ON(!RB_EMPTY_ROOT(&id->root.rb_root));
681681
hrtimer_cancel(&id->irl->timer);
682682
kfree(id->irl);
683683
kfree(id);

0 commit comments

Comments
 (0)