]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
client: fix shutdown with open inodes 10419/head
authorJohn Spray <john.spray@redhat.com>
Sun, 24 Jul 2016 16:19:55 +0000 (17:19 +0100)
committerJohn Spray <john.spray@redhat.com>
Sun, 24 Jul 2016 16:21:24 +0000 (17:21 +0100)
commitd642b4faec3266f609e4871ccdccdcd73707dc23
tree15eff8a50b5a426f7163df0be9ce6fec30757747
parentbf58aeb6d5a6a07d83374c750d177a78ce027c3c
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>
src/client/Client.cc