commit | 7e868b6eff21edb59eb6a723dfd18761476ddb46 | [log] [tgz] |
---|---|---|
author | Ilya Dryomov <idryomov@redhat.com> | Fri Nov 21 22:16:43 2014 +0300 |
committer | Ilya Dryomov <idryomov@redhat.com> | Wed Dec 17 20:09:51 2014 +0300 |
tree | f9e566cd5ab2f4b6a30e391abe1ddd1b1923581a | |
parent | ca3995ad13b5e8bb08be850d08fe1e2abffc0206 [diff] |
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 <idryomov@redhat.com> Reviewed-by: Alex Elder <elder@linaro.org>