]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd: fix filestore perf stats update
authorSage Weil <sage@inktank.com>
Tue, 17 Jun 2014 20:33:14 +0000 (13:33 -0700)
committerSage Weil <sage@inktank.com>
Tue, 17 Jun 2014 21:47:39 +0000 (14:47 -0700)
commit4afffb4a10a0bbf7f2018ef3ed6b167c7921e46b
tree3a970a87b6f134918df0bf7304d28ba6968d28a1
parentaf503402d554cea6cb1002a60dcc25a999622947
osd: fix filestore perf stats update

Update the struct we are about to send, not the (unlocked!) one we will
send the next time around.

Backport: firefly, dumpling
Signed-off-by: Sage Weil <sage@inktank.com>
src/osd/OSD.cc