Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1661890
| Path | csiph.com!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | Stephen Rothwell <sfr@canb.auug.org.au> |
| Newsgroups | linux.kernel |
| Subject | linux-next: build failure after merge of the device-mapper tree |
| Date | Fri, 09 Jun 2017 05:20:02 +0200 |
| Message-ID | <tQiCS-4Bd-7@gated-at.bofh.it> (permalink) |
| X-Original-To | Alasdair G Kergon <agk@redhat.com>, Mike Snitzer <snitzer@redhat.com> |
| Dkim-Signature | v=1; a=rsa-sha256; c=relaxed/simple; d=canb.auug.org.au; s=201702; t=1496977957; bh=/83CIGV6oyVxYmldrvB4zJ0p/9Ka9aH84GO30Lp15Q4=; h=Date:From:To:Cc:Subject:From; b=gkSakdId13ujtCL7ugdFhmN+c8pUiwUI5kRs4igz0uNYEUH32EppWCWMgx7abYv7W KDYaZrMwXKJpU+VffOckjUxm+emrV5S4EyDH4sNSiEb28uMXLTkCe4dr7zXYTRnpUF GmWNCuEFDU3zqjTuIKF9RBjtGi79LyEvfTi8YkAnXJcqzuxwj1+IK3p7QJEB26fMyd xXEyYNPML9pLRItfi0Oc6dX8wUHPDezRTkFXqIthKd4XA57q54YCxqpXCdbMB599x0 pxFH+ahsCl45Vfyo+UoVcMPDYtaq+XfdpZTkwuF026aCMAnm6IFG4q6V+yPnli68JV N2U7l1A8O53+A== |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset=US-ASCII |
| Content-Transfer-Encoding | 7bit |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 21 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | Linux-Next Mailing List <linux-next@vger.kernel.org>, Linux Kernel Mailing List <linux-kernel@vger.kernel.org>, Damien Le Moal <damien.lemoal@wdc.com> |
| X-Original-Date | Fri, 9 Jun 2017 13:12:37 +1000 |
| X-Original-Message-ID | <20170609131237.41b77828@canb.auug.org.au> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1661890 |
Show key headers only | View raw
Hi all,
After merging the device-mapper tree, today's linux-next build (x86_64
allmodconfig) failed like this:
drivers/md/dm-zoned-target.c:947:2: error: unknown field 'suspend' specified in initializer
.suspend = dmz_suspend,
^
drivers/md/dm-zoned-target.c:947:14: error: initialization from incompatible pointer type [-Werror=incompatible-pointer-types]
.suspend = dmz_suspend,
^
Caused by commit
02da2e15e81f ("dm zoned: drive-managed zoned block device target")
I have used the device-mapper tree from next-20170608 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 device-mapper tree Stephen Rothwell <sfr@canb.auug.org.au> - 2017-06-09 05:20 +0200
Re: linux-next: build failure after merge of the device-mapper tree Damien Le Moal <damien.lemoal@wdc.com> - 2017-06-09 06:30 +0200
Re: linux-next: build failure after merge of the device-mapper tree Mike Snitzer <snitzer@redhat.com> - 2017-06-09 14:00 +0200
csiph-web