diff options
author | Steven Whitehouse <swhiteho@redhat.com> | 2012-02-21 06:14:00 -0500 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2012-02-28 12:11:27 -0500 |
commit | 08728f2d8b0ebf01618d3d63e69966f7d43859b9 (patch) | |
tree | 722f9cadfe8601e4173d722a28fe98332587d255 /fs/gfs2 | |
parent | 4a36d08d0d1cba0581d1656739102ce936f26557 (diff) |
GFS2: Make bd_cmp() static
Add missing static to bd_cmp()
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs/gfs2')
-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 | ||