From: Alex Elder Date: Tue, 22 May 2012 16:41:43 +0000 (-0500) Subject: libceph: start separating connection flags from state X-Git-Tag: v3.6-rc1~36^2~126 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=928443cd9644e7cfd46f687dbeffda2d1a357ff9;p=pandora-kernel.git libceph: start separating connection flags from state A ceph_connection holds a mixture of connection state (as in "state machine" state) and connection flags in a single "state" field. To make the distinction more clear, define a new "flags" field and use it rather than the "state" field to hold Boolean flag values. Signed-off-by: Alex Elder Reviewed-by: Sage Weil --- Reading git-diff-tree failed