| To: | kbuild test robot <fengguang.wu@xxxxxxxxx> |
|---|---|
| Subject: | Re: [xfs:for-next 7/8] fs/xfs/xfs_log.c:1740:39: error: 'B_TRUE' undeclared |
| From: | Thiago Farina <tfarina@xxxxxxxxxxxx> |
| Date: | Thu, 17 Jan 2013 22:52:10 -0200 |
| Cc: | xfs@xxxxxxxxxxx, Ben Myers <bpm@xxxxxxx> |
| Delivered-to: | xfs@xxxxxxxxxxx |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=TtIsmhBjlw2rxUYfDoy9ENCI3aZQwO+uOswTjiULWdc=; b=GYHy8SSlWWZSL+cIh07HbleufuAtgwc877wVAAhJ8Vf9AUEzLbfy+r6a2AK0mYjI9p e3DoniRaexgkpgK5pMyEQkZEYxLQZu21Mn28/UNJuMJV6uAXEwR2RLIsvgvRWjtwJkgQ 0zUNHz3Qs8GAdUJKcrjpVPJgvWJsKlFDAuQIc= |
| In-reply-to: | <50f8947a.G99Y3+js5SanqAIW%fengguang.wu@xxxxxxxxx> |
| References: | <50f8947a.G99Y3+js5SanqAIW%fengguang.wu@xxxxxxxxx> |
On Thu, Jan 17, 2013 at 10:16 PM, kbuild test robot <fengguang.wu@xxxxxxxxx> wrote: > tree: git://oss.sgi.com/xfs/xfs for-next > head: 9e96fe6df44425b69ed89f6ac20352cec1f127d7 > commit: 667a9291c5b38318a47a2df730bc064e5d37d2a8 [7/8] xfs: Remove boolean_t > typedef completely. > config: make ARCH=x86_64 allmodconfig > > All error/warnings: > > fs/xfs/xfs_log.c: In function 'xlog_sync': >>> fs/xfs/xfs_log.c:1740:39: error: 'B_TRUE' undeclared (first use in this >>> function) > fs/xfs/xfs_log.c:1740:39: note: each undeclared identifier is reported > only once for each function it appears in > > vim +/B_TRUE +1740 fs/xfs/xfs_log.c > > 1734 bp->b_flags |= XBF_FLUSH; > 1735 } > 1736 > 1737 ASSERT(XFS_BUF_ADDR(bp) <= log->l_logBBsize-1); > 1738 ASSERT(XFS_BUF_ADDR(bp) + BTOBB(count) <= log->l_logBBsize); > 1739 >> 1740 xlog_verify_iclog(log, iclog, count, B_TRUE); > 1741 s/B_TRUE/true ? > 1742 /* account for log which doesn't start at block #0 */ > 1743 XFS_BUF_SET_ADDR(bp, XFS_BUF_ADDR(bp) + log->l_logBBstart); > > --- > 0-DAY kernel build testing backend Open Source Technology Center > http://lists.01.org/mailman/listinfo/kbuild Intel Corporation -- Thiago |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH 09/19] list_lru: per-node list infrastructure, Glauber Costa |
|---|---|
| Next by Date: | I am Mrs. Mona Saeedi.., Peter Andersson |
| Previous by Thread: | [xfs:for-next 7/8] fs/xfs/xfs_log.c:1740:39: error: 'B_TRUE' undeclared, kbuild test robot |
| Next by Thread: | Re: [xfs:for-next 7/8] fs/xfs/xfs_log.c:1740:39: error: 'B_TRUE' undeclared, Ben Myers |
| Indexes: | [Date] [Thread] [Top] [All Lists] |