]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
OSD::_share_map_incoming: pass osdmap in explicitly
authorSamuel Just <sam.just@inktank.com>
Fri, 8 Nov 2013 20:41:08 +0000 (12:41 -0800)
committerGreg Farnum <greg@inktank.com>
Mon, 5 May 2014 22:29:17 +0000 (15:29 -0700)
commit812c67236d517f6410bb62348a731b07ca7a912f
treef2c20da914d092ebca04f38ffd3ae843c1068e6c
parent2f97f4776fc4b07303a69595e080bd5d551dc17d
OSD::_share_map_incoming: pass osdmap in explicitly

We'll want to be able to use this method without the osd_lock. Note
that we can't do so yet -- we call send_incremental_map, which is not
safe to call unlocked.

Signed-off-by: Samuel Just <sam.just@inktank.com>
Reviewed-by: Greg Farnum <greg@inktank.com>
src/osd/OSD.cc
src/osd/OSD.h