]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
os: Make write_version_stamp() private 546/head
authorDavid Zafman <david.zafman@inktank.com>
Tue, 24 Sep 2013 21:42:36 +0000 (14:42 -0700)
committerDavid Zafman <david.zafman@inktank.com>
Thu, 26 Sep 2013 18:29:05 +0000 (11:29 -0700)
Signed-off-by: David Zafman <david.zafman@inktank.com>
src/os/FileStore.h

index 8035324cf7d2c5c93019634401e7c35b6e8a9f42..8fd726767a13a576a840f8937761f325f363c678 100644 (file)
@@ -301,6 +301,7 @@ private:
   void op_queue_release_throttle(Op *o);
   void _journaled_ahead(OpSequencer *osr, Op *o, Context *ondisk);
   friend struct C_JournaledAhead;
+  int write_version_stamp();
 
   int open_journal();
 
@@ -330,7 +331,6 @@ public:
   int _sanity_check_fs();
   
   bool test_mount_in_use();
-  int write_version_stamp();
   int version_stamp_is_valid(uint32_t *version);
   int update_version_stamp();
   int read_op_seq(uint64_t *seq);