From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Elder Subject: Updated sparse warning message patches Date: Fri, 22 Feb 2013 11:18:21 -0600 Message-ID: <5127A85D.1070000@inktank.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mail-ia0-f169.google.com ([209.85.210.169]:46870 "EHLO mail-ia0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757866Ab3BVRSY (ORCPT ); Fri, 22 Feb 2013 12:18:24 -0500 Received: by mail-ia0-f169.google.com with SMTP id j5so736068iaf.14 for ; Fri, 22 Feb 2013 09:18:24 -0800 (PST) Sender: ceph-devel-owner@vger.kernel.org List-ID: To: "ceph-devel@vger.kernel.org >> ceph-devel" I'm re-posting these patches because I've updated them to be based on the patches I just posted ("Four miscellaneous patches"). These patches are available in the branch "test/wip-4184" in the ceph-client git repository. That branch is based on branch "test/wip-4234,5,7,8". (Here's the original description) What follows is a few series of patches that get rid of code issues that lead to warnings from the sparse utility. The first three patches address the warnings in the rbd, ceph file system, and libceph code respectively. After that, one warning remains in libceph, and that is addressed by a series of five patches which both address the underlying problem and reorganized and clean up the surrounding code. The last two are meant to be combined into one before commit; they've been posted as two separate patches to make them easier to review. -Alex [PATCH, v2] rbd: eliminate sparse warnings [PATCH, v2] ceph: eliminate sparse warnings in fs code [PATCH, v2] libceph: eliminate sparse warnings [PATCH 1/5, v2] libceph: encapsulate connection backoff [PATCH 2/5, v2] libceph: separate non-locked fault handling [PATCH 3/5, v2] libceph: use a flag to indicate a fault has occurred [PATCH 4/5, v2] libceph: use a do..while loop in con_work() [PATCH 5/5, v2] libceph: indent properly