From: Steven Whitehouse Date: Tue, 21 Feb 2012 11:14:00 +0000 (+0000) Subject: GFS2: Make bd_cmp() static X-Git-Tag: upstream/snapshot3+hdmi~7938^2~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=08728f2d8b0ebf01618d3d63e69966f7d43859b9;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git GFS2: Make bd_cmp() static Add missing static to bd_cmp() Signed-off-by: Steven Whitehouse --- 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 @@ 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;