]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
osdc/ObjectCacher.h: remove public access specifier 9615/head
authorMichal Jarzabek <stiopa@gmail.com>
Thu, 9 Jun 2016 17:33:54 +0000 (18:33 +0100)
committerMichal Jarzabek <stiopa@gmail.com>
Thu, 9 Jun 2016 20:41:48 +0000 (21:41 +0100)
This is duplicated 3 times, so can be removed.

Signed-off-by: Michal Jarzabek <stiopa@gmail.com>
src/osdc/ObjectCacher.h

index 4d2362cf4c3ff92419512fa2ec5d960a9c2e17a3..5543ca10f0cd6a1762dacd2c5deebef0210e7691 100644 (file)
@@ -240,7 +240,6 @@ class ObjectCacher {
     bool complete;
     bool exists;
 
-  public:
     map<loff_t, BufferHead*>     data;
 
     ceph_tid_t last_write_tid;  // version of bh (if non-zero)
@@ -251,7 +250,6 @@ class ObjectCacher {
     map< ceph_tid_t, list<Context*> > waitfor_commit;
     xlist<C_ReadFinish*> reads;
 
-  public:
     Object(const Object& other);
     const Object& operator=(const Object& other);