tree: git://oss.sgi.com/xfs/xfs for-next head: 1813dd64057490e7a0678a885c4fe6d02f78bdc1 commit: 612cfbfe174a89d565363fff7f3961a2dda5fb71 [68/70] xfs: add pre-write metadata buffer verifier callbacks sparse warnings: + fs/xfs/xfs_ialloc_btree.c:186:1: sparse: symbol 'xfs_inobt_verify' was not declared. Should it be static? fs/xfs/xfs_ialloc_btree.c:227:1: sparse: symbol 'xfs_inobt_read_verify' was not declared. Should it be static? Please consider folding the attached diff :-) --- 0-DAY kernel build testing backend Open Source Technology Center Fengguang Wu, Yuanhan Liu Intel Corporation
diff --git a/fs/xfs/xfs_dquot.c b/fs/xfs/xfs_dquot.c index b38a10e..6a714b5 100644 --- a/fs/xfs/xfs_dquot.c +++ b/fs/xfs/xfs_dquot.c @@ -52,10 +52,10 @@ */ #ifdef DEBUG -xfs_buftarg_t *xfs_dqerror_target; -int xfs_do_dqerror; -int xfs_dqreq_num; -int xfs_dqerror_mod = 33; +static xfs_buftarg_t *xfs_dqerror_target; +static int xfs_do_dqerror; +static int xfs_dqreq_num; +static int xfs_dqerror_mod = 33; #endif struct kmem_zone *xfs_qm_dqtrxzone; diff --git a/fs/xfs/xfs_ialloc_btree.c b/fs/xfs/xfs_ialloc_btree.c index 15a79f8..d60e1d5 100644 --- a/fs/xfs/xfs_ialloc_btree.c +++ b/fs/xfs/xfs_ialloc_btree.c @@ -182,7 +182,7 @@ xfs_inobt_key_diff( cur->bc_rec.i.ir_startino; } -void +static void xfs_inobt_verify( struct xfs_buf *bp) { @@ -223,7 +223,7 @@ xfs_inobt_write_verify( xfs_inobt_verify(bp); } -void +static void xfs_inobt_read_verify( struct xfs_buf *bp) {
_______________________________________________ xfs mailing list xfs@xxxxxxxxxxx http://oss.sgi.com/mailman/listinfo/xfs