From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lon Hohberger Date: Fri, 19 Jun 2009 14:21:12 -0400 Subject: [Cluster-devel] Pushed rgmanager cleanups to lhh_rgmanager_cleanup Message-ID: <1245435672.9650.46.camel@ayanami> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi, I just pushed these for review. The commits include: * dead code deletion * depends.c, dtest.c - weren't using them anyway * some #if 0 blocks (but not all yet) * compiler warning cleanups * this required a lot of work including moving prototypes around and so forth (including new header file creation) * Made lots of functions use 'const' where they should have been all along. I have a few other fixes for S3 that I need to put in, but they shouldn't touch these fixes. I'm not aware of any actual bug this cleanup fixes, but no compiler warnings is nice ;) -- Lon