diff options
Diffstat (limited to 'src/os/JournalingObjectStore.cc')
-rw-r--r-- | src/os/JournalingObjectStore.cc | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/os/JournalingObjectStore.cc b/src/os/JournalingObjectStore.cc index dfdca068372..68cc7682337 100644 --- a/src/os/JournalingObjectStore.cc +++ b/src/os/JournalingObjectStore.cc @@ -1,15 +1,13 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- -#include "JournalingObjectStore.h" - #include "global/debug.h" +#include "JournalingObjectStore.h" + #define dout_subsys ceph_subsys_journal #undef dout_prefix #define dout_prefix *_dout << "journal " - - void JournalingObjectStore::journal_start() { dout(10) << "journal_start" << dendl; |