]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds: remove redundant checks for null ScrubHeader
authorJohn Spray <john.spray@redhat.com>
Mon, 19 Sep 2016 16:35:54 +0000 (17:35 +0100)
committerJohn Spray <john.spray@redhat.com>
Thu, 22 Sep 2016 12:41:57 +0000 (13:41 +0100)
commit0c890282699f877f42870408d674ec1e9f9322a3
treeabbb5feb5cf077d4552fa0e1691208081c985c24
parent6dea73d87043ec8e914b093abc594d744edb9687
mds: remove redundant checks for null ScrubHeader

This was originally optional but now all the paths
that kick off a scrub should be going through
enqueue_scrub and thereby getting a header set.

Signed-off-by: John Spray <john.spray@redhat.com>
src/mds/CDir.cc
src/mds/CInode.cc
src/mds/MDCache.cc
src/mds/ScrubHeader.h