Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

GFS2: Make bd_cmp() static

Add missing static to bd_cmp()

Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>

+1 -1
+1 -1
fs/gfs2/log.c
··· 567 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 572 struct gfs2_bufdata *bda, *bdb; 573 573