Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1614852 > unrolled thread

linux-next: build warning after merge of the nfsd tree

Started byStephen Rothwell <sfr@canb.auug.org.au>
First post2017-04-03 03:20 +0200
Last post2017-04-03 04:40 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  linux-next: build warning after merge of the nfsd tree Stephen Rothwell <sfr@canb.auug.org.au> - 2017-04-03 03:20 +0200
    Re: linux-next: build warning after merge of the nfsd tree "J. Bruce Fields" <bfields@fieldses.org> - 2017-04-03 04:40 +0200

#1614852 — linux-next: build warning after merge of the nfsd tree

FromStephen Rothwell <sfr@canb.auug.org.au>
Date2017-04-03 03:20 +0200
Subjectlinux-next: build warning after merge of the nfsd tree
Message-ID<trYOZ-8pQ-5@gated-at.bofh.it>
Hi,

After merging the nfsd tree, today's linux-next build (powerpc
ppc64_defconfig) produced this warning:

fs/nfsd/nfs4state.c: In function 'copy_cred':
fs/nfsd/nfs4state.c:1917:6: warning: unused variable 'ret' [-Wunused-variable]
  int ret;
      ^

Introduced by commit

  d39662236bf8 ("nfsd4: remove pointless strdup_if_nonnull")

Also, that commit has no Signed-off-by from its Author.

-- 
Cheers,
Stephen Rothwell

[toc] | [next] | [standalone]


#1614863

From"J. Bruce Fields" <bfields@fieldses.org>
Date2017-04-03 04:40 +0200
Message-ID<ts04p-N7-1@gated-at.bofh.it>
In reply to#1614852
On Mon, Apr 03, 2017 at 11:09:48AM +1000, Stephen Rothwell wrote:
> Hi,
> 
> After merging the nfsd tree, today's linux-next build (powerpc
> ppc64_defconfig) produced this warning:
> 
> fs/nfsd/nfs4state.c: In function 'copy_cred':
> fs/nfsd/nfs4state.c:1917:6: warning: unused variable 'ret' [-Wunused-variable]
>   int ret;
>       ^
> 
> Introduced by commit
> 
>   d39662236bf8 ("nfsd4: remove pointless strdup_if_nonnull")
> 
> Also, that commit has no Signed-off-by from its Author.

Both fixed, thanks.--b.

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web