From: Alex Elder Date: Sat, 27 Apr 2013 14:59:31 +0000 (-0500) Subject: rbd: don't bother checking whether order changes X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~26^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96f03e08f9f27cf72d2c24b4e75ade81d2df3c75;p=pandora-kernel.git rbd: don't bother checking whether order changes When a format 2 image is refreshed, code is in place to verify that the object order never changes from what it was originally. This relies on the fact that the refresh will occur *after* an initial load of information about the image. An upcoming patch makes it possible for the refresh to occur first, so we can no longer make this order check. The order really can't ever change anyway--this was just a sanity check. So get rid of it. Signed-off-by: Alex Elder Reviewed-by: Josh Durgin --- Reading git-diff-tree failed