commit | da819c8150c5b6e6a6a21ee41135b88f6cd18c3e | [log] [tgz] |
---|---|---|
author | Yan, Zheng <zyan@redhat.com> | Wed May 27 11:19:34 2015 +0800 |
committer | Ilya Dryomov <idryomov@gmail.com> | Thu Jun 25 11:49:30 2015 +0300 |
tree | 83937b095cd94cd7f7da025db3360f9ce5a7c0e8 | |
parent | 89b52fe14de4d703ba837a7418bb4cd286dcc87f [diff] |
ceph: fix directory fsync fsync() on directory should flush dirty caps and wait for any uncommitted directory opertions to commit. But ceph_dir_fsync() only waits for uncommitted directory opertions. Signed-off-by: Yan, Zheng <zyan@redhat.com>