From: Yan, Zheng Date: Fri, 14 Nov 2014 14:39:13 +0000 (+0800) Subject: ceph: flush inline version X-Git-Tag: omap-for-v3.19/fixes-rc1~47^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e20d258d73a8d565b729b6fc0290e060daabd8b8;p=pandora-kernel.git ceph: flush inline version After converting inline data to normal data, client need to flush the new i_inline_version (CEPH_INLINE_NONE) to MDS. This commit makes cap messages (sent to MDS) contain inline_version and inline_data. Client always converts inline data to normal data before data write, so the inline data length part is always zero. Signed-off-by: Yan, Zheng --- Reading git-diff-tree failed