Skip to content

Commit 99b8520

Browse files
author
Andreas Gruenbacher
committed
gfs2: Remove unnecessary function prototype
Function __gfs2_glock_dq() gets defined before it is used, so there is no need for a separate function declaration. Signed-off-by: Andreas Gruenbacher <[email protected]>
1 parent 1613e60 commit 99b8520

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
@@ -61,7 +61,6 @@ struct gfs2_glock_iter {
6161
typedef void (*glock_examiner) (struct gfs2_glock * gl);
6262

6363
static void do_xmote(struct gfs2_glock *gl, struct gfs2_holder *gh, unsigned int target);
64-
static void __gfs2_glock_dq(struct gfs2_holder *gh);
6564
static void handle_callback(struct gfs2_glock *gl, unsigned int state,
6665
unsigned long delay, bool remote);
6766

0 commit comments

Comments
 (0)