]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd/ReplicatedPG: do not queue NULL dup_op
authorSage Weil <sage@inktank.com>
Sat, 10 May 2014 17:29:11 +0000 (10:29 -0700)
committerSage Weil <sage@inktank.com>
Sat, 10 May 2014 17:29:11 +0000 (10:29 -0700)
commit0d67f9b0695765824bdc4a65fbed88edf8ea232e
tree026024d715c08fb3b7918ae7b067a6e412c2c87d
parent63d92ab0969357f78fdade749785136a509bc81b
osd/ReplicatedPG: do not queue NULL dup_op

We call start_flush() with a NULL op in a couple different places.  Do not
put a NULL pointer on the dup_ops list or we will crash later.

Fixes: #8328
Signed-off-by: Sage Weil <sage@inktank.com>
src/osd/ReplicatedPG.cc