]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
common: change routines to public access 20003/head
authorWillem Jan Withagen <wjw@digiware.nl>
Thu, 18 Jan 2018 10:46:01 +0000 (11:46 +0100)
committerWillem Jan Withagen <wjw@digiware.nl>
Thu, 18 Jan 2018 10:46:01 +0000 (11:46 +0100)
commitb18523975956f1970dbc7f645afe3da11cc77872
treeae39a641f657a2a69f81a3b94575f65b57b3c7ad
parentee7d2dd0927d19d2315d35379157689deb6c2c2c
common: change routines to public access

Clang complains tafter recent changes:
/home/jenkins/workspace/ceph-master/src/osd/OSD.cc:8787:8: error: 'DeleteStart' is a protected member of 'PG'
          PG::DeleteStart())));
              ^
/home/jenkins/workspace/ceph-master/src/osd/PG.h:1870:16: note: declared protected here
  TrivialEvent(DeleteStart)
               ^
/home/jenkins/workspace/ceph-master/src/osd/OSD.cc:9136:6: error: 'DeleteSome' is a protected member of 'PG'
        PG::DeleteSome())),
            ^
/home/jenkins/workspace/ceph-master/src/osd/PG.h:1871:16: note: declared protected here
  TrivialEvent(DeleteSome)
               ^
2 errors generated.

Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
src/osd/PG.h