commit | 752c8bdcfe88f27a17c5c9264df928fd145a4b30 | [log] [tgz] |
---|---|---|
author | Sage Weil <sage@inktank.com> | Tue Feb 05 13:52:29 2013 -0800 |
committer | Yan, Zheng <zheng.z.yan@intel.com> | Thu Apr 03 10:33:52 2014 +0800 |
tree | 755eb2453b772e826113fe30d9184870efb012c0 | |
parent | 180061a58c17681dd236e5059ba57fe092dbe368 [diff] |
ceph: do not chain inode updates to parent fsync The fsync(dirfd) only covers namespace operations, not inode updates. We do not need to cover setattr variants or O_TRUNC. Reported-by: Al Viro <viro@xeniv.linux.org.uk> Signed-off-by: Sage Weil <sage@inktank.com> Reviewed-by: Yan, Zheng <zheng.z.yan@intel.com>