Skip to content

Commit 932a905

Browse files
author
Andreas Gruenbacher
committed
gfs2: Remove useless return statement in run_queue
The return statement at the end of run_queue() is useless. Signed-off-by: Andreas Gruenbacher <[email protected]>
1 parent 99b8520 commit 932a905

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fs/gfs2/glock.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -909,7 +909,6 @@ __acquires(&gl->gl_lockref.lock)
909909
out_unlock:
910910
clear_bit(GLF_LOCK, &gl->gl_flags);
911911
smp_mb__after_atomic();
912-
return;
913912
}
914913

915914
/**

0 commit comments

Comments
 (0)