commit | 53e879a485f9def0e55c404dbc7187470a01602d | [log] [tgz] |
---|---|---|
author | Yan, Zheng <zheng.z.yan@intel.com> | Wed Sep 18 09:29:07 2013 +0800 |
committer | Sage Weil <sage@inktank.com> | Mon Sep 30 14:49:28 2013 -0700 |
tree | 738e4d7cb8615846e6b4406661a5e3b1453f6e45 | |
parent | ffc79664d15841025d90afdd902c4112ffe168d6 [diff] |
ceph: remove outdated frag information If directory fragments change, fill_inode() inserts new frags into the fragtree, but it does not remove outdated frags from the fragtree. This patch fixes it. Signed-off-by: Yan, Zheng <zheng.z.yan@intel.com> Reviewed-by: Sage Weil <sage@inktank.com>