]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
os/bluestore: Something may be wrong with _do_write_small.
authoramoxic <amoxic@126.com>
Fri, 9 Sep 2016 07:49:00 +0000 (07:49 +0000)
committeramoxic <amoxic@126.com>
Fri, 9 Sep 2016 07:49:00 +0000 (07:49 +0000)
commite16a65e7b6be92068d9cb6075519176b822ec46f
tree22dd5b68b9a05f1ec2a76ba6152515433dafccc0
parentf8abb628a440951833b7d81d834a6aef5a651920
os/bluestore: Something may be wrong with _do_write_small.
  The statement "if (ep->logical_offset + b->get_blob().get_ondisk_length() <= offset)" which try to judge if the writing offset is in the current Blob may be wrong.

Signed-off-by: feng yu amoxic@126.com
src/os/bluestore/BlueStore.cc