]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
pg: unindex entries when clearing or removing from the log
authorJosh Durgin <josh.durgin@dreamhost.com>
Thu, 19 Jan 2012 01:34:50 +0000 (17:34 -0800)
committerSage Weil <sage@newdream.net>
Mon, 23 Jan 2012 17:02:25 +0000 (09:02 -0800)
commit92a8f5e73eefd514ce62d6e9cb8b931280752733
tree01fa348597f6dfd4576f8729f45b68b92ffaf417
parent5451d871cf315f611f03de127f379fe92c05f29b
pg: unindex entries when clearing or removing from the log

Leaving the index around could cause use of the indexes to access
freed memory.

Signed-off-by: Josh Durgin <josh.durgin@dreamhost.com>
src/osd/PG.cc