1

gfs2: Remove useless return statement in run_queue

The return statement at the end of run_queue() is useless.

Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
This commit is contained in:
Andreas Gruenbacher 2024-04-11 09:23:15 +02:00
parent 99b8520c00
commit 932a9052dc

View File

@ -909,7 +909,6 @@ out_sched:
out_unlock:
clear_bit(GLF_LOCK, &gl->gl_flags);
smp_mb__after_atomic();
return;
}
/**