commit | a8d436f015b627a55ec3b1d15f13d6ab92dd892b | [log] [tgz] |
---|---|---|
author | Yan, Zheng <zheng.z.yan@intel.com> | Mon Sep 02 15:19:54 2013 +0800 |
committer | Sage Weil <sage@inktank.com> | Fri Sep 06 12:55:29 2013 -0700 |
tree | 5965cb9c6a65598b8f2114bc75974b4c3198cde0 | |
parent | ed284c49f61165c3ba1b4e6969d1cc30a769c31b [diff] |
ceph: use d_invalidate() to invalidate aliases 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>