commit | 08728f2d8b0ebf01618d3d63e69966f7d43859b9 | [log] [tgz] |
---|---|---|
author | Steven Whitehouse <swhiteho@redhat.com> | Tue Feb 21 11:14:00 2012 +0000 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Tue Feb 28 17:11:27 2012 +0000 |
tree | 722f9cadfe8601e4173d722a28fe98332587d255 | |
parent | 4a36d08d0d1cba0581d1656739102ce936f26557 [diff] [blame] |
GFS2: Make bd_cmp() static Add missing static to bd_cmp() Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
diff --git a/fs/gfs2/log.c b/fs/gfs2/log.c index b8fe7b7..2b9f0d9 100644 --- a/fs/gfs2/log.c +++ b/fs/gfs2/log.c
@@ -567,7 +567,7 @@ log_write_header(sdp, 0, 0); } -int bd_cmp(void *priv, struct list_head *a, struct list_head *b) +static int bd_cmp(void *priv, struct list_head *a, struct list_head *b) { struct gfs2_bufdata *bda, *bdb;