Skip to content

Commit

Permalink
GFS2: Make bd_cmp() static
Browse files Browse the repository at this point in the history
Add missing static to bd_cmp()

Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
  • Loading branch information
Steven Whitehouse committed Feb 28, 2012
1 parent 4a36d08 commit 08728f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/gfs2/log.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 08728f2

Please sign in to comment.