From: Dan Carpenter Date: Wed, 29 May 2013 11:46:56 +0000 (-0500) Subject: ceph: tidy ceph_mdsmap_decode() a little X-Git-Tag: v3.11-rc1~69^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6af8652849a15e407b458a271ef9154e472f6dd4;p=pandora-kernel.git ceph: tidy ceph_mdsmap_decode() a little I introduced a new temporary variable "info" instead of "m->m_info[mds]". Also I reversed the if condition and pulled everything in one indent level. Signed-off-by: Dan Carpenter Reviewed-by: Alex Elder --- Reading git-diff-tree failed