ceph: use d_invalidate() to invalidate aliases
authorYan, Zheng <zheng.z.yan@intel.com>
Mon, 2 Sep 2013 07:19:54 +0000 (15:19 +0800)
committerSage Weil <sage@inktank.com>
Fri, 6 Sep 2013 19:55:29 +0000 (12:55 -0700)
d_invalidate() is the standard VFS method to invalidate dentry.
compare to d_delete(), it also try shrinking children dentries.

Signed-off-by: Yan, Zheng <zheng.z.yan@intel.com>
Reviewed-by: Sage Weil <sage@inktank.com>

No differences found