]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
MDLog: don't change expire_pos or read_pos on replay.
authorGreg Farnum <gregf@hq.newdream.net>
Tue, 7 Dec 2010 20:46:10 +0000 (12:46 -0800)
committerGreg Farnum <gregf@hq.newdream.net>
Thu, 6 Jan 2011 19:12:13 +0000 (11:12 -0800)
commitb9aaa117dc3aed2f80125f4fd1a6a3663a145cfd
treee24ede7eda2a240486286dce7612291904c9b0db
parent3cb8c0800071add0f40a910f8613ecba4d1a43fa
MDLog: don't change expire_pos or read_pos on replay.

These are unnecessary or rendered irrelevant by previous commit
removing read_pos from the on-disk Header.

Signed-off-by: Greg Farnum <gregf@hq.newdream.net>
src/mds/MDLog.cc