diff options
Diffstat (limited to 'fs')
-rw-r--r-- | fs/gfs2/log.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/log.c b/fs/gfs2/log.c index b8fe7b739c27..2b9f0d9b1b28 100644 --- a/fs/gfs2/log.c +++ b/fs/gfs2/log.c | |||
@@ -567,7 +567,7 @@ static void log_flush_commit(struct gfs2_sbd *sdp) | |||
567 | log_write_header(sdp, 0, 0); | 567 | log_write_header(sdp, 0, 0); |
568 | } | 568 | } |
569 | 569 | ||
570 | int bd_cmp(void *priv, struct list_head *a, struct list_head *b) | 570 | static int bd_cmp(void *priv, struct list_head *a, struct list_head *b) |
571 | { | 571 | { |
572 | struct gfs2_bufdata *bda, *bdb; | 572 | struct gfs2_bufdata *bda, *bdb; |
573 | 573 | ||