From: Yan, Zheng Date: Mon, 19 Jan 2015 05:12:24 +0000 (+0800) Subject: ceph: properly mark empty directory as complete X-Git-Tag: fixes-v4.0-rc1~51^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f92b3d0a9a583a5a4dd786a84fc42e6f1aa40fa;p=pandora-kernel.git ceph: properly mark empty directory as complete ceph_add_cap() calls __check_cap_issue(), which clears directory inode' complete flag. so we should set the complete flag for empty directory should be set after calling ceph_add_cap(). Signed-off-by: Yan, Zheng --- Reading git-diff-tree failed