From: Yan, Zheng Date: Fri, 14 Nov 2014 14:38:29 +0000 (+0800) Subject: ceph: convert inline data to normal data before data write X-Git-Tag: omap-for-v3.19/fixes-rc1~47^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28127bdd2f843e996f24b51a70a0592c7ec5c763;p=pandora-kernel.git ceph: convert inline data to normal data before data write Before any data write, convert inline data to normal data and set i_inline_version to CEPH_INLINE_NONE. The OSD request that saves inline data to object contains 3 operations (CMPXATTR, WRITE and SETXATTR). It compares a xattr named 'inline_version' to prevent old data overwrites newer data. Signed-off-by: Yan, Zheng --- Reading git-diff-tree failed