Linux NFS development
 help / color / mirror / Atom feed
* [PATCH 00/19] REPOST (with addn'l patches) nfs-utils cleanups
@ 2008-09-05 21:06 Chuck Lever
       [not found] ` <20080905210054.10001.8518.stgit-meopP2rzCrTwdl/1UfZZQIVfYA8g3rJ/@public.gmane.org>
  0 siblings, 1 reply; 21+ messages in thread
From: Chuck Lever @ 2008-09-05 21:06 UTC (permalink / raw)
  To: steved; +Cc: neilb, linux-nfs

Hi Steve-

Here are a group of minor clean-ups to nfs-utils culled from my IPv6
patch set.  It would be nice to get these sorted before we start into
the meat of the client-side IPv6-related changes to nfs-utils.  Please
consider these for the next release of nfs-utils.

In addition to the RPC_ANYSOCK change suggested by Neil, there are
three additional small patches (8, 9, and 18 in this repost) that I
found yesterday.

---

Chuck Lever (19):
      rpc.statd: Stop overloading sockfd in utils/statd/rmtcall.c
      rpc.statd: Use __func__ in dprintf
      rpc.statd: Clean up: replace "if (!(foo = rtnl))".
      nfs-utils: whitespace clean ups in support/nfs/rpcmisc.c
      nfs-utils: Remove excess log reporting
      nfs-utils: make makesock() static
      nfs-utils: Clean up support/nfs/rpcmisc.c:closedown()
      nfs-utils: remove disabled code from support/nfs/rpcmisc.c
      nfs-utils: Remove unused function rpc_svcrun()
      nfs-utils: remove unused function rpc_logcall()
      sm-notify command: use static function definitions
      sm-notify command: replace nsm_address typedef
      sm-notify command: clean up error logging
      sm-notify command: getaddrinfo(3) addrinfo leak
      sm-notify command: include <config.h>
      showmount command: clean up error returns from connect_nb()
      showmount: destroy RPC client when finished
      rpc.statd: eliminate --secure_statd
      rpc.statd: refactor check to see if call is from loopback address


 configure.ac                |    9 --
 support/include/rpcmisc.h   |    3 -
 support/nfs/rpcdispatch.c   |   51 ----------
 support/nfs/rpcmisc.c       |  225 ++++++++++++++-----------------------------
 utils/showmount/showmount.c |   27 +++--
 utils/statd/callback.c      |    6 -
 utils/statd/monitor.c       |  100 ++++++-------------
 utils/statd/rmtcall.c       |   78 ++++++++-------
 utils/statd/simu.c          |   35 ++-----
 utils/statd/sm-notify.c     |  206 +++++++++++++++++++++------------------
 utils/statd/statd.c         |    4 -
 utils/statd/statd.h         |    1 
 12 files changed, 290 insertions(+), 455 deletions(-)

-- 
Chuck Lever

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

end of thread, other threads:[~2008-09-29 11:09 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-05 21:06 [PATCH 00/19] REPOST (with addn'l patches) nfs-utils cleanups Chuck Lever
     [not found] ` <20080905210054.10001.8518.stgit-meopP2rzCrTwdl/1UfZZQIVfYA8g3rJ/@public.gmane.org>
2008-09-05 21:07   ` [PATCH 01/19] rpc.statd: refactor check to see if call is from loopback address Chuck Lever
2008-09-05 21:07   ` [PATCH 02/19] rpc.statd: eliminate --secure_statd Chuck Lever
2008-09-05 21:07   ` [PATCH 03/19] showmount: destroy RPC client when finished Chuck Lever
2008-09-05 21:07   ` [PATCH 04/19] showmount command: clean up error returns from connect_nb() Chuck Lever
2008-09-05 21:07   ` [PATCH 05/19] sm-notify command: include <config.h> Chuck Lever
2008-09-05 21:07   ` [PATCH 06/19] sm-notify command: getaddrinfo(3) addrinfo leak Chuck Lever
2008-09-05 21:07   ` [PATCH 07/19] sm-notify command: clean up error logging Chuck Lever
2008-09-05 21:07   ` [PATCH 08/19] sm-notify command: replace nsm_address typedef Chuck Lever
2008-09-05 21:07   ` [PATCH 09/19] sm-notify command: use static function definitions Chuck Lever
2008-09-05 21:07   ` [PATCH 10/19] nfs-utils: remove unused function rpc_logcall() Chuck Lever
2008-09-05 21:07   ` [PATCH 11/19] nfs-utils: Remove unused function rpc_svcrun() Chuck Lever
2008-09-05 21:08   ` [PATCH 12/19] nfs-utils: remove disabled code from support/nfs/rpcmisc.c Chuck Lever
2008-09-05 21:08   ` [PATCH 13/19] nfs-utils: Clean up support/nfs/rpcmisc.c:closedown() Chuck Lever
2008-09-05 21:08   ` [PATCH 14/19] nfs-utils: make makesock() static Chuck Lever
2008-09-05 21:08   ` [PATCH 15/19] nfs-utils: Remove excess log reporting Chuck Lever
2008-09-05 21:08   ` [PATCH 16/19] nfs-utils: whitespace clean ups in support/nfs/rpcmisc.c Chuck Lever
2008-09-05 21:08   ` [PATCH 17/19] rpc.statd: Clean up: replace "if (!(foo = rtnl))" Chuck Lever
2008-09-05 21:08   ` [PATCH 18/19] rpc.statd: Use __func__ in dprintf Chuck Lever
2008-09-05 21:08   ` [PATCH 19/19] rpc.statd: Stop overloading sockfd in utils/statd/rmtcall.c Chuck Lever
2008-09-29 11:07   ` [PATCH 00/19] REPOST (with addn'l patches) nfs-utils cleanups Steve Dickson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox