From: Yan, Zheng Date: Fri, 14 Nov 2014 14:10:07 +0000 (+0800) Subject: ceph: fetch inline data when getting Fcr cap refs X-Git-Tag: omap-for-v3.19/fixes-rc1~47^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3738daa68a5121ad7dd0318bca931e2a6afb0e8c;p=pandora-kernel.git ceph: fetch inline data when getting Fcr cap refs we can't use getattr to fetch inline data after getting Fcr caps, because it can cause deadlock. The solution is try bringing inline data to page cache when not holding any cap, and hope the inline data page is still there after getting the Fcr caps. If the page is still there, pin it in page cache for later IO. Signed-off-by: Yan, Zheng --- Reading git-diff-tree failed