From: Kevin Coffman Subject: [PATCH 0/9] nfs-utils logging and extra code clean-up Date: Fri, 12 Oct 2007 16:34:39 -0400 Message-ID: <20071012202348.24796.29260.stgit@RoCk.CiTi.UmIcH.EdU> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Cc: nfs@lists.sourceforge.net To: neilb@suse.de Return-path: Received: from sc8-sf-mx1-b.sourceforge.net ([10.3.1.91] helo=mail.sourceforge.net) by sc8-sf-list2-new.sourceforge.net with esmtp (Exim 4.43) id 1IgRDR-00089G-2p for nfs@lists.sourceforge.net; Fri, 12 Oct 2007 13:34:37 -0700 Received: from citi.umich.edu ([141.211.133.111]) by mail.sourceforge.net with esmtps (TLSv1:AES256-SHA:256) (Exim 4.44) id 1IgRDV-0002d5-8G for nfs@lists.sourceforge.net; Fri, 12 Oct 2007 13:34:42 -0700 List-Id: "Discussion of NFS under Linux development, interoperability, and testing." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: nfs-bounces@lists.sourceforge.net Errors-To: nfs-bounces@lists.sourceforge.net Hi Neil, These patches clean up logging code and eliminate duplicate and unused code. 01 svcgssd_fix_prototype_warning Cleans up a new compiler warning that appeared after -Wstrict-prototypes was added to the compile options 02 svcgssd_print_hexl_debug_stdout Change debugging to use printf instead of logging function. (In preparation of David's patches below.) 03 svcgssd_debug_downcall_info Change svcgssd to print its own debug info rather than relying on modified qword_ functions. 04 nfslib_cacheio_updates_for_svcgssd Move local cacheio functions from svcgssd into the common library. Modify the library read function to use a bigger buffer as needed by svcgssd. 05 svcgssd_use_common_cacheio_support svcgssd now uses the common functions rather than local modified copies. 06 svcgssd_remove_private_cacheio Remove the private copies in svcgssd 07 xlog_logging_code_cleanup 08 idmapd_gssd_use_xlog 09 idmapd_remove_setproctitle These patches are from David P. Quigley 07 clean up the xlog code 08 modify idmapd and gssd to use the cleaned up code, and 09 remove unused code from idmapd. ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ NFS maillist - NFS@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nfs