Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1432131
| Path | csiph.com!aioe.org!gothmog.csi.it!bofh.it!news.nic.it!robomod |
|---|---|
| From | Trond Myklebust <trondmy@gmail.com> |
| Newsgroups | linux.kernel |
| Subject | Re: linux-next: build failure after merge of the nfs tree |
| Date | Mon, 27 Jun 2016 17:50:01 +0200 |
| Message-ID | <rOGXn-2br-3@gated-at.bofh.it> (permalink) |
| References | <rOt45-1xN-1@gated-at.bofh.it> |
| Dkim-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=ASDi1hO5OPcVlf3ntCNOKUeYoORlnBguO2tLcCFOxyY=; b=gf0Z1EU6Z4X/M+IjLZ9pwxLPv/AlIArjQgaE2wOPi2zPdoVCmN32SKC3K55fXn+Q+x cCayj6qkncDFweZe6j2sMUUtTBBzZtZbozS2VCpQ3Gq3at6lY3LxnU+DfcQVjFB0j5MO Y4jeRgkioYPR3cr/rF6Lc335Acw7iCUmTRn7tR5WwUgHTMuiXqd93O095sUk4uc8U+t3 +U218Bhj+0Ue2A2jhSj9DVqBBLN2e2a60MWaxC+PbvKT/+dVN9lr208CiT0eiwgpxuyV SH3zHYX/7mfwCuBIt2EDX2q81ExNWihFIhnzTac9cJKVEPJhQgp2Jlk8b4COcK96a2vC c2fw== |
| X-Google-Dkim-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=ASDi1hO5OPcVlf3ntCNOKUeYoORlnBguO2tLcCFOxyY=; b=CUnVj+4NR+KXxoW1p0agX0ptvJdB1baC+n+UdQTaGnr0dCxhKyCsKJQUU66MDm5QR4 xntsmcQ8RhJx/phl3Pq0I7FbGMbTuVSclLA14j+8c9bI8+15benqGf5NK9oss6VtoF1u r4FsYXCF8Xgj51KnAKQioNYgT4nj729WBijxDMdYXEEcFhaJdJBc6YB0DL4fDYyAFSso O4fUvbaRGaZUWv0zGutWEdrB1oQWiFyWxQV69ipc2B29iFftyrUf/zmqHJifuuT2ywfI CkA78nlQ9dsKjTe5Ap3Mrs0yfJ0oOn1FfwZng5cQW7laS7MIyP+btZXOYuvni0n4MNnF a8OA== |
| X-Gm-Message-State | ALyK8tJRZBF9tWAxUruadN45iDkUgnppGnRPnHs9S2+SE99jucrQZSIqYR6YwKfLDh5HOQ== |
| X-Received | by 10.107.39.149 with SMTP id n143mr1513955ion.50.1467042287558; Mon, 27 Jun 2016 08:44:47 -0700 (PDT) |
| Content-Type | text/plain; charset=utf-8 |
| MIME-Version | 1.0 (Mac OS X Mail 9.3 \(3124\)) |
| Content-Transfer-Encoding | 8BIT |
| X-Mailer | Apple Mail (2.3124) |
| 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 | 30 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | List Linux Next Mailing <linux-next@vger.kernel.org>, linux-kernel@vger.kernel.org |
| X-Original-Date | Mon, 27 Jun 2016 11:44:45 -0400 |
| X-Original-Message-ID | <12838D4D-17A4-4D7B-B7C7-702D5DDB888E@gmail.com> |
| X-Original-References | <20160627105839.763d6d22@canb.auug.org.au> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1432131 |
Show key headers only | View raw
> On Jun 26, 2016, at 20:58, Stephen Rothwell <sfr@canb.auug.org.au> wrote:
>
> Hi Trond,
>
> After merging the nfs tree, today's linux-next build (x86_64 allmodconfig)
> failed like this:
>
> fs/nfs/pnfs_nfs.c: In function 'pnfs_nfs_generic_sync':
> fs/nfs/pnfs_nfs.c:947:8: error: too few arguments to function 'nfs_commit_inode'
> ret = nfs_commit_inode(inode);
> ^
> In file included from fs/nfs/pnfs_nfs.c:10:0:
> include/linux/nfs_fs.h:509:13: note: declared here
> extern int nfs_commit_inode(struct inode *, int);
> ^
>
> Caused by commit
>
> 292cc573fce6 ("pNFS: Files and flexfiles always need to commit before layoutcommit")
>
> I have used the nsf tree from next-20160624 for today
>
Hi Stephen,
My apologies: That was a last minute typo when amending a commit. I’ve fixed the code in today’s linux-next branch.
Cheers
Trond
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
linux-next: build failure after merge of the nfs tree Stephen Rothwell <sfr@canb.auug.org.au> - 2016-06-27 03:00 +0200 Re: linux-next: build failure after merge of the nfs tree Trond Myklebust <trondmy@gmail.com> - 2016-06-27 17:50 +0200
csiph-web