]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd: FileJournal clean-up
authorDavid Zafman <dzafman@redhat.com>
Wed, 18 Feb 2015 20:29:38 +0000 (12:29 -0800)
committerDavid Zafman <dzafman@redhat.com>
Wed, 13 May 2015 20:09:12 +0000 (13:09 -0700)
commit12fdf4ced0b2c17770c21204c8eccca8e4d0d2c9
tree0f426089d3cf394ee0455f38d8ee995843d971b0
parent3c97b32131e83c934b3d340eeb75284e898380c4
osd: FileJournal clean-up

Move aio / directio adjustments to constructor
Indicate functions which only operate before journal is active
Make functions const when possible
Move push_back() of journalq to read_entry()
Change dump() to use do_read_entry() to minimize side effects

Signed-off-by: David Zafman <dzafman@redhat.com>
src/os/FileJournal.cc
src/os/FileJournal.h