]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
librbd: object map clean state valid only for fast-diff 4623/head
authorJason Dillaman <dillaman@redhat.com>
Fri, 8 May 2015 14:30:22 +0000 (10:30 -0400)
committerJason Dillaman <dillaman@redhat.com>
Fri, 8 May 2015 17:32:09 +0000 (13:32 -0400)
commitee54e71d0934805514c7737f5ca82bfaa24fed3f
treed591401daa0089eeb90f21fea2238224520b95c7
parent8cbd92b1fe835b1eb3a898976f9507f51cc115b2
librbd: object map clean state valid only for fast-diff

The deep-flatten feature bit is incorrectly used to determine
whether to set the object map to clean.  It should use the
fast-diff feature bit.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/librbd/CopyupRequest.cc
src/test/librbd/test_internal.cc