]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mutex: remove nlock assertions
authorSage Weil <sage@newdream.net>
Mon, 3 Nov 2008 21:24:01 +0000 (13:24 -0800)
committerSage Weil <sage@newdream.net>
Mon, 3 Nov 2008 21:24:01 +0000 (13:24 -0800)
commit09aef2a91f409d9783623809cfc794584acbcd6c
treeffc71213fc5948ec8e0118b43179b9d243828a90
parentbc94753e00d35e20fdc4ec5716c1f8a8c45b8a02
mutex: remove nlock assertions

These do not work when we cond.Wait(lock), because the lock drop via the
Cond wait does not decrement nlock.  Just remove them, they're obvious
anyway.
src/common/Mutex.h