From: Ilya Dryomov Date: Thu, 13 Mar 2014 14:36:16 +0000 (+0200) Subject: libceph: nuke bogus encoding version check in osdmap_apply_incremental() X-Git-Tag: v3.15-rc1~61^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9464d00862ea6a5c0edc7118c86bdfa71a95190e;p=pandora-kernel.git libceph: nuke bogus encoding version check in osdmap_apply_incremental() Only version 6 of osdmap encoding is supported, anything other than version 6 results in an error and halts the decoding process. Checking if version is >= 5 is therefore bogus. Signed-off-by: Ilya Dryomov Reviewed-by: Alex Elder --- Reading git-diff-tree failed