Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1569335
| From | Stephen Rothwell <sfr@canb.auug.org.au> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | linux-next: build failure after merge of the block tree |
| Date | 2017-01-30 02:50 +0100 |
| Message-ID | <t59gt-6em-1@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi Jens,
After merging the block tree, today's linux-next build (x86_64
allmodconfig) failed like this:
drivers/nvme/host/scsi.c: In function 'nvme_scsi_translate':
drivers/nvme/host/scsi.c:2350:9: error: 'BLK_MAX_CDB' undeclared (first use in this function)
u8 cmd[BLK_MAX_CDB];
^
drivers/nvme/host/scsi.c:2350:9: note: each undeclared identifier is reported only once for each function it appears in
drivers/nvme/host/scsi.c:2350:5: warning: unused variable 'cmd' [-Wunused-variable]
u8 cmd[BLK_MAX_CDB];
^
drivers/nvme/host/scsi.c: In function 'nvme_sg_io':
drivers/nvme/host/scsi.c:2454:20: error: 'BLK_MAX_CDB' undeclared (first use in this function)
if (hdr.cmd_len > BLK_MAX_CDB)
^
Caused by commit
82ed4db499b8 ("block: split scsi_request out of struct request")
I have used the block tree from next-20170125 for today.
--
Cheers,
Stephen Rothwell
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
linux-next: build failure after merge of the block tree Stephen Rothwell <sfr@canb.auug.org.au> - 2017-01-30 02:50 +0100
Re: linux-next: build failure after merge of the block tree Jens Axboe <axboe@kernel.dk> - 2017-01-30 03:00 +0100
Re: linux-next: build failure after merge of the block tree Jens Axboe <axboe@kernel.dk> - 2017-01-30 04:10 +0100
Re: linux-next: build failure after merge of the block tree Christoph Hellwig <hch@lst.de> - 2017-01-30 07:50 +0100
csiph-web