]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
FileJournal: fix off by one error in committed_thru
authorSamuel Just <sam.just@inktank.com>
Tue, 9 Apr 2013 22:13:38 +0000 (15:13 -0700)
committerSamuel Just <sam.just@inktank.com>
Wed, 10 Apr 2013 19:48:02 +0000 (12:48 -0700)
commit90c256d757a62fc8cc253d4db5ec5e66605048c6
tree2db6254bfe5c31bd0bd0fb6fe2ee96ea62c26500
parenta4fa0a82007217ba5a71b5a7158fbfcb700fb4e7
FileJournal: fix off by one error in committed_thru

journalq.front().first is the sequence number of the entry
at journalq.front().second.

Signed-off-by: Samuel Just <sam.just@inktank.com>
src/os/FileJournal.cc