]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
client: fix shutdown with open inodes 10958/head
authorJohn Spray <john.spray@redhat.com>
Sun, 24 Jul 2016 16:19:55 +0000 (17:19 +0100)
committerYan, Zheng <zyan@redhat.com>
Fri, 2 Sep 2016 08:40:21 +0000 (16:40 +0800)
commitcf211d7dc2eef46cb409b425caa72aac1b24bd7c
treebc114317dc12c574d9304615f448e5e7df23aab3
parent9bfc0cf178dc21b0fe33e0ce3b90a18858abaf1b
client: fix shutdown with open inodes

This piece of code was dereferencing an invalid
iterator (invalidated by call to erase())

Fixes: http://tracker.ceph.com/issues/16764
Signed-off-by: John Spray <john.spray@redhat.com>
(cherry picked from commit d642b4faec3266f609e4871ccdccdcd73707dc23)
src/client/Client.cc