All of lore.kernel.org
 help / color / mirror / Atom feed
* [amirv:for-linux-rdma 2/5] mm/page_io.c:268:3: error: 'from' undeclared
@ 2014-07-03 15:31 kbuild test robot
  0 siblings, 0 replies; only message in thread
From: kbuild test robot @ 2014-07-03 15:31 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Amir Vadai, Linux Memory Management List, kbuild-all

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>

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-07-03 15:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-03 15:31 [amirv:for-linux-rdma 2/5] mm/page_io.c:268:3: error: 'from' undeclared kbuild test robot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.