From: Ilya Dryomov Date: Fri, 21 Nov 2014 19:16:43 +0000 (+0300) Subject: rbd: don't treat CEPH_OSD_OP_DELETE as extent op X-Git-Tag: omap-for-v3.19/fixes-rc1~47^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e868b6eff21edb59eb6a723dfd18761476ddb46;p=pandora-kernel.git rbd: don't treat CEPH_OSD_OP_DELETE as extent op CEPH_OSD_OP_DELETE is not an extent op, stop treating it as such. This sneaked in with discard patches - it's one of the three osd ops (the other two are CEPH_OSD_OP_TRUNCATE and CEPH_OSD_OP_ZERO) that discard is implemented with. Signed-off-by: Ilya Dryomov Reviewed-by: Alex Elder --- Reading git-diff-tree failed