From: kbuild test robot <fengguang.wu@intel.com>
To: Andrew Morton <akpm@linux-foundation.org>
Cc: Amir Vadai <amirv@mellanox.com>,
Linux Memory Management List <linux-mm@kvack.org>,
kbuild-all@01.org
Subject: [amirv:for-linux-rdma 2/5] mm/page_io.c:268:3: error: 'from' undeclared
Date: Thu, 03 Jul 2014 23:31:15 +0800 [thread overview]
Message-ID: <53b57743.uLgBMdpCvdAn3Tlh%fengguang.wu@intel.com> (raw)
tree: git://flatbed.openfabrics.org/~amirv/linux.git for-linux-rdma
head: e5838d516194045c687a64d9daf482cd5b531d64
commit: 1ed9b8773efbae7a4b3685dcd9402e2fe3c710f1 [2/5] regression: mm/page_io.c: work around gcc bug
config: make ARCH=xtensa allyesconfig
All error/warnings:
mm/page_io.c: In function '__swap_writepage':
>> mm/page_io.c:268:3: error: 'from' undeclared (first use in this function)
from.bvec = &bv;
^
mm/page_io.c:268:3: note: each undeclared identifier is reported only once for each function it appears in
>> mm/page_io.c:268:16: error: 'bv' undeclared (first use in this function)
from.bvec = &bv;
^
vim +/from +268 mm/page_io.c
262 struct iovec iov = {
263 .iov_base = kmap(page),
264 .iov_len = PAGE_SIZE,
265 };
266
267 /* Do this by hand because old gcc messes up the initializer */
> 268 from.bvec = &bv;
269
270 init_sync_kiocb(&kiocb, swap_file);
271 kiocb.ki_pos = page_file_offset(page);
---
0-DAY kernel build testing backend Open Source Technology Center
http://lists.01.org/mailman/listinfo/kbuild Intel Corporation
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
reply other threads:[~2014-07-03 15:31 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=53b57743.uLgBMdpCvdAn3Tlh%fengguang.wu@intel.com \
--to=fengguang.wu@intel.com \
--cc=akpm@linux-foundation.org \
--cc=amirv@mellanox.com \
--cc=kbuild-all@01.org \
--cc=linux-mm@kvack.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox