git-svn-id: https://ceph.svn.sf.net/svnroot/ceph@968 29311d96-e01e-0410-9327-a35deaab8ce9
This commit is contained in:
sageweil 2006-11-21 00:16:36 +00:00
parent d3567e598e
commit 7bfd49d56c

View File

@ -105,7 +105,7 @@ void Journaler::_finish_read_head(int r, bufferlist& bl)
write_pos = flush_pos = ack_pos = h.write_pos;
read_pos = requested_pos = received_pos = h.read_pos;
expire_pos = h.expire_pos;
trimmed_pos = trimmed_pos = h.trimmed_pos;
trimmed_pos = trimming_pos = h.trimmed_pos;
// probe the log
state = STATE_PROBING;