commit | 4c06ace81a60636dec358c288ef6aaf3aa6dc599 | [log] [tgz] |
---|---|---|
author | Yan, Zheng <zyan@redhat.com> | Tue Oct 27 17:18:00 2015 +0800 |
committer | Ilya Dryomov <idryomov@gmail.com> | Mon Nov 02 23:36:48 2015 +0100 |
tree | 08b483ee257ddba892f29aec5310a6e741c197ed | |
parent | cbf99a11fb14db0835acd79ecd7469d37e398660 [diff] |
ceph: add request to i_unsafe_dirops when getting unsafe reply Previously we add request to i_unsafe_dirops when registering request. So ceph_fsync() also waits for imcomplete requests. This is unnecessary, ceph_fsync() only needs to wait unsafe requests. Signed-off-by: Yan, Zheng <zyan@redhat.com>