]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
os/bluestore: [revert PR#29185] no need to add tail length
authorXiangyang Yu <penglaiyxy@gmail.com>
Fri, 2 Aug 2019 09:37:54 +0000 (17:37 +0800)
committerXiangyang Yu <penglaiyxy@gmail.com>
Fri, 2 Aug 2019 09:48:44 +0000 (17:48 +0800)
commit009987c190f109dc4bd8e1fed6ded606295c7156
tree64412cb3ebd519ab698ba3a0c13c10082363bdd7
parent45a4d530120f2bf554e02281068443b056b2aac8
os/bluestore: [revert PR#29185] no need to add tail length

Tail length is already caculated in add_buffer forward, so do not need to add tail length in adjust buffer size again.

Signed-off-by: Xiangyang Yu <penglaiyxy@gmail.com>
src/os/bluestore/BlueStore.cc