linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* linux-next: build failure after merge of the bcon tree
@ 2013-11-05  5:29 Stephen Rothwell
  0 siblings, 0 replies; only message in thread
From: Stephen Rothwell @ 2013-11-05  5:29 UTC (permalink / raw)
  To: "Jörn Engel"
  Cc: linux-next, linux-kernel, Kent Overstreet, Jens Axboe, Takashi Iwai

[-- Attachment #1: Type: text/plain, Size: 1792 bytes --]

Hi Jörn,

After merging the bcon tree, today's linux-next build (x86_64
allmodconfig) failed like this:

drivers/block/blockconsole.c: In function 'sync_read':
drivers/block/blockconsole.c:184:5: error: 'struct bio' has no member named 'bi_idx'
  bio.bi_idx = 0;
     ^
drivers/block/blockconsole.c:185:5: error: 'struct bio' has no member named 'bi_size'
  bio.bi_size = SECTOR_SIZE;
     ^
drivers/block/blockconsole.c:187:5: error: 'struct bio' has no member named 'bi_sector'
  bio.bi_sector = ofs >> SECTOR_SHIFT;
     ^
drivers/block/blockconsole.c: In function 'bcon_erase_segment':
drivers/block/blockconsole.c:215:6: error: 'struct bio' has no member named 'bi_size'
   bio->bi_size = PAGE_SIZE;
      ^
drivers/block/blockconsole.c:218:6: error: 'struct bio' has no member named 'bi_idx'
   bio->bi_idx = 0;
      ^
drivers/block/blockconsole.c:219:6: error: 'struct bio' has no member named 'bi_sector'
   bio->bi_sector = (bc->write_bytes + i * PAGE_SIZE) >> 9;
      ^
drivers/block/blockconsole.c: In function 'bcon_writesector':
drivers/block/blockconsole.c:338:5: error: 'struct bio' has no member named 'bi_size'
  bio->bi_size = SECTOR_SIZE;
     ^
drivers/block/blockconsole.c:343:5: error: 'struct bio' has no member named 'bi_idx'
  bio->bi_idx = 0;
     ^
drivers/block/blockconsole.c:344:5: error: 'struct bio' has no member named 'bi_sector'
  bio->bi_sector = bc->write_bytes >> 9;
     ^

Caused by changes in the block tree.  Thierry Reding mentioned that you
didn't think that the bcon tree was linux-next material any more, so I
just dropped your tree.  If that is incorrect, please let me know and I
will reinstate it and fix this merge conflict.

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au

[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]

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

only message in thread, other threads:[~2013-11-05  5:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-11-05  5:29 linux-next: build failure after merge of the bcon tree Stephen Rothwell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).