]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds: process completed requests in clientreplay stage
authorYan, Zheng <zyan@redhat.com>
Tue, 3 Feb 2015 07:31:11 +0000 (15:31 +0800)
committerYan, Zheng <zyan@redhat.com>
Wed, 4 Feb 2015 05:04:52 +0000 (13:04 +0800)
commitd12d92d6bf65be72a21ca98d04a143fe72c3e9f3
tree4775f47ade8f202c54f32f29f57763f6f8be10cc
parent48c0a9f520225fc094c818a21cc534e7a2bcd1cb
mds: process completed requests in clientreplay stage

Completed requests may have created new file/directorie. This guarantees
completed requests are processed before any other client gets change to
modify the new files/directorie.

Signed-off-by: Yan, Zheng <zyan@redhat.com>
src/mds/Server.cc