]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mds: Generalize JournalPointer functionality
authorJohn Spray <john.spray@inktank.com>
Wed, 7 May 2014 12:50:35 +0000 (13:50 +0100)
committerJohn Spray <john.spray@inktank.com>
Tue, 20 May 2014 13:07:50 +0000 (14:07 +0100)
commit1612677b4300b88e567cc1cd3abd7d80268ebcc7
treedd3efed0986286e8de5754fa56a829376d59091d
parent8b0383ed43af40983bcbd793e66ffd463dd1129f
mds: Generalize JournalPointer functionality

...so that we can use it places like Resetter too.  And use it
there.

Signed-off-by: John Spray <john.spray@inktank.com>
src/mds/JournalPointer.cc [new file with mode: 0644]
src/mds/JournalPointer.h [new file with mode: 0644]
src/mds/MDLog.cc
src/mds/MDLog.h
src/mds/Makefile.am
src/osdc/Journaler.cc
src/osdc/Journaler.h
src/test/encoding/types.h
src/tools/cephfs/JournalTool.cc
src/tools/cephfs/Resetter.cc
src/tools/cephfs/Resetter.h