Commit 932a9052 authored by Andreas Gruenbacher's avatar Andreas Gruenbacher

gfs2: Remove useless return statement in run_queue

The return statement at the end of run_queue() is useless.
Signed-off-by: default avatarAndreas Gruenbacher <agruenba@redhat.com>
parent 99b8520c
......@@ -909,7 +909,6 @@ __acquires(&gl->gl_lockref.lock)
out_unlock:
clear_bit(GLF_LOCK, &gl->gl_flags);
smp_mb__after_atomic();
return;
}
/**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment