All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/11 V2] Removed a bunch random warnings
@ 2017-07-21 16:37 Steve Dickson
  2017-07-21 16:37 ` [PATCH 01/11] rpcdebug.c: remove a warning Steve Dickson
                   ` (12 more replies)
  0 siblings, 13 replies; 20+ messages in thread
From: Steve Dickson @ 2017-07-21 16:37 UTC (permalink / raw)
  To: Linux NFS Mailing list

I upgraded to Fedora 26 and went to apply Neil's recent mount 
patches and ended up seeing all these warning. 

These patches fix those warnings

v2: change a changelog that explicitly fixes a bug.
    Changed a number of break statements into FALLTHRU comments.
    
Steve Dickson (11):
  rpcdebug.c: remove a warning
  present_address: Fixed error path
  atomicio: removed a warning
  cache.c: removed a couple warning
  nfsd.c: removed a few warnings
  bldev_read_serial: removed a couple warnings
  device-discovery.c: removed a warning
  network.c: removed some warnings
  nfsmount: remove a warning
  nfs4mount: removed a warning
  nfsdcltrack.c: remove a warning

 support/misc/tcpwrapper.c        | 1 +
 support/nfs/atomicio.c           | 2 ++
 tools/rpcdebug/rpcdebug.c        | 3 ++-
 utils/blkmapd/device-discovery.c | 1 +
 utils/blkmapd/device-inq.c       | 2 ++
 utils/mount/network.c            | 5 +++++
 utils/mount/nfs4mount.c          | 1 +
 utils/mount/nfsmount.c           | 1 +
 utils/mountd/cache.c             | 1 +
 utils/nfsd/nfsd.c                | 3 +++
 utils/nfsdcltrack/nfsdcltrack.c  | 1 +
 11 files changed, 20 insertions(+), 1 deletion(-)

-- 
2.13.3


^ permalink raw reply	[flat|nested] 20+ messages in thread
* [PATCH 00/11] Removed a bunch random warnings
@ 2017-07-19 20:53 Steve Dickson
  2017-07-19 20:53 ` [PATCH 05/11] nfsd.c: removed a few warnings Steve Dickson
  0 siblings, 1 reply; 20+ messages in thread
From: Steve Dickson @ 2017-07-19 20:53 UTC (permalink / raw)
  To: Linux NFS Mailing list

I upgraded to Fedora 26 and went to apply Neil's 
recent mount patches and ended up seeing all 
these warning. 

These patches fix those warnings

Steve Dickson (11):
  rpcdebug.c: remove a warning
  present_address: remove a warning
  atomicio: removed a warning
  cache.c: removed a couple warning
  nfsd.c: removed a few warnings
  bldev_read_serial: removed a couple warnings
  device-discovery.c: removed a warning
  network.c: removed some warnings
  nfsmount: remove a warning
  nfs4mount: removed a warning
  nfsdcltrack.c: remove a warning

 support/misc/tcpwrapper.c        | 1 +
 support/nfs/atomicio.c           | 1 +
 tools/rpcdebug/rpcdebug.c        | 3 ++-
 utils/blkmapd/device-discovery.c | 1 +
 utils/blkmapd/device-inq.c       | 2 ++
 utils/mount/network.c            | 5 +++++
 utils/mount/nfs4mount.c          | 1 +
 utils/mount/nfsmount.c           | 1 +
 utils/mountd/cache.c             | 1 +
 utils/nfsd/nfsd.c                | 5 ++++-
 utils/nfsdcltrack/nfsdcltrack.c  | 1 +
 11 files changed, 20 insertions(+), 2 deletions(-)

-- 
2.13.3


^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2017-07-26 15:32 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-21 16:37 [PATCH 00/11 V2] Removed a bunch random warnings Steve Dickson
2017-07-21 16:37 ` [PATCH 01/11] rpcdebug.c: remove a warning Steve Dickson
2017-07-21 16:37 ` [PATCH 02/11] present_address: Fixed error path Steve Dickson
2017-07-21 16:37 ` [PATCH 03/11] atomicio: removed a warning Steve Dickson
2017-07-25 20:51   ` J. Bruce Fields
2017-07-21 16:37 ` [PATCH 04/11] cache.c: removed a couple warning Steve Dickson
2017-07-21 16:38 ` [PATCH 05/11] nfsd.c: removed a few warnings Steve Dickson
2017-07-21 16:38 ` [PATCH 06/11] bldev_read_serial: removed a couple warnings Steve Dickson
2017-07-21 16:38 ` [PATCH 07/11] device-discovery.c: removed a warning Steve Dickson
2017-07-21 16:38 ` [PATCH 08/11] network.c: removed some warnings Steve Dickson
2017-07-25 20:52   ` J. Bruce Fields
2017-07-21 16:38 ` [PATCH 09/11] nfsmount: remove a warning Steve Dickson
2017-07-21 16:38 ` [PATCH 10/11] nfs4mount: removed " Steve Dickson
2017-07-21 16:38 ` [PATCH 11/11] nfsdcltrack.c: remove " Steve Dickson
2017-07-25 20:53 ` [PATCH 00/11 V2] Removed a bunch random warnings J. Bruce Fields
2017-07-26 15:17   ` Steve Dickson
2017-07-26 15:32 ` Steve Dickson
  -- strict thread matches above, loose matches on Subject: below --
2017-07-19 20:53 [PATCH 00/11] " Steve Dickson
2017-07-19 20:53 ` [PATCH 05/11] nfsd.c: removed a few warnings Steve Dickson
2017-07-20 18:28   ` J. Bruce Fields
2017-07-21 16:20     ` Steve Dickson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.