diff --git a/[refs] b/[refs] index b48094e16b95..503c4621cde9 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4a36d08d0d1cba0581d1656739102ce936f26557 +refs/heads/master: 08728f2d8b0ebf01618d3d63e69966f7d43859b9 diff --git a/trunk/fs/gfs2/log.c b/trunk/fs/gfs2/log.c index b8fe7b739c27..2b9f0d9b1b28 100644 --- a/trunk/fs/gfs2/log.c +++ b/trunk/fs/gfs2/log.c @@ -567,7 +567,7 @@ static void log_flush_commit(struct gfs2_sbd *sdp) 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;