]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
filejournal: make io contiguous in write_bl() for directio
authorSage Weil <sage@newdream.net>
Sat, 6 Feb 2010 19:19:39 +0000 (11:19 -0800)
committerSage Weil <sage@newdream.net>
Sat, 6 Feb 2010 19:29:13 +0000 (11:29 -0800)
commit2ec2d579cb6168ed10d0471c4e4e630dcba7488f
treeae873c9ef2ea302007105592a866776389945fd4
parentd289ea0e62d117eb9a4a509dfe5ca6184d937ab3
filejournal: make io contiguous in write_bl() for directio

Previously we were splitting the io for writing the header plus first
segment following a wrap.
src/os/FileJournal.cc