]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds: Add ENoOp for padding journals
authorJohn Spray <john.spray@inktank.com>
Tue, 25 Mar 2014 13:30:59 +0000 (13:30 +0000)
committerJohn Spray <john.spray@inktank.com>
Sun, 18 May 2014 10:21:29 +0000 (11:21 +0100)
commite56b88fe13d5993e2013a83d9674e6eaef624708
tree62ca63b19bfbdef4a952eb17365227a1e7e8c91f
parent74ac6e4e1bdff6637b6a43882bbfcef15be4b922
mds: Add ENoOp for padding journals

This allows us to implement journal splicing
without moving blocks around, and without modifying
the outer journal syntax.

Signed-off-by: John Spray <john.spray@inktank.com>
src/mds/LogEvent.cc
src/mds/LogEvent.h
src/mds/Makefile.am
src/mds/events/ENoOp.h [new file with mode: 0644]
src/mds/journal.cc