]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
FileStore: make _clone() copy spill out marker
authorHaomai Wang <haomaiwang@gmail.com>
Sat, 7 Jun 2014 06:32:23 +0000 (14:32 +0800)
committerGreg Farnum <greg@inktank.com>
Wed, 11 Jun 2014 17:47:40 +0000 (10:47 -0700)
commit239476a92849159d2a8966d90ca055c116bee91e
tree6b61ace0fea85e21011096e973f649aaeecdabc7
parentaf8052bddbf06226f26167325fcccc3080eb84fd
FileStore: make _clone() copy spill out marker

Previously we were not doing so, and that resulted in unpredictable loss
of xattrs from the client's perspective.

Signed-off-by: Haomai Wang <haomaiwang@gmail.com>
Reviewed-by: Greg Farnum <greg@inktank.com>
src/os/FileStore.cc