]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd: hold lock while calling start_boot on startup
authorSage Weil <sage@inktank.com>
Wed, 23 Jan 2013 02:01:07 +0000 (18:01 -0800)
committerSage Weil <sage@inktank.com>
Wed, 23 Jan 2013 02:01:07 +0000 (18:01 -0800)
commitc406476c0309792c43df512dddb2fe0f19835e71
tree9e4f5242ea62ab45d1e236211613ab176a537f5b
parentad6b231127a6bfcbed600a7493ca3b66c68484d2
osd: hold lock while calling start_boot on startup

This probably doesn't strictly matter because start_boot doesn't need the
lock (currently) and few other threads should be running, but it is
better to be consistent.

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