]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
objectstore: conflate onjournal and ondisk
authorSage Weil <sage@newdream.net>
Fri, 26 Feb 2010 19:10:29 +0000 (11:10 -0800)
committerSage Weil <sage@newdream.net>
Fri, 26 Feb 2010 21:14:32 +0000 (13:14 -0800)
commitd41038188f92a54bab7c9532600a30b44e46d89e
tree5c9893da96eb553b8e8e8f8147f1ceeaa7bfbcd7
parent155abb477215c472602929c49011c1b0d9ecd186
objectstore: conflate onjournal and ondisk

No callers actually make this distinction, and the ObjectStore
hides the details of if/whether/how things go to the journal
or disk or in what order, so simplify things all around.
src/os/FileStore.cc
src/os/FileStore.h
src/os/JournalingObjectStore.cc
src/os/JournalingObjectStore.h
src/os/ObjectStore.h