]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds: remove session from null_sessions list when marking session dirty
authorYan, Zheng <zyan@redhat.com>
Mon, 24 Apr 2017 02:41:10 +0000 (10:41 +0800)
committerYan, Zheng <zyan@redhat.com>
Thu, 11 May 2017 06:13:24 +0000 (14:13 +0800)
commite5c1b87bd88b54b7650ef9cf11ad4e9d74f358f7
tree242311d92d69b350e68f27cdad1c46eaf09a4dd1
parentf68da59b258ebedd93914db5d880defca33d9f9c
mds: remove session from null_sessions list when marking session dirty

When saving sessionmap, null_sessions is processed after the dirty_sessions.
The dirty session gets deleted from omap if it's still in null_sessions.

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