]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
OSD: fix wake_pg_waiters revert error in _open_lock_pg
authorSamuel Just <sam.just@inktank.com>
Tue, 5 Aug 2014 20:00:01 +0000 (13:00 -0700)
committerSamuel Just <sam.just@inktank.com>
Thu, 7 Aug 2014 18:48:54 +0000 (11:48 -0700)
commit6e7b86a24f3bbeefe1def2ec47d3805360db2266
tree17d5be02ef497f91147351c04080f169200f97c7
parentf95e82b134db0b86dfba27c3f639a9e085e0c326
OSD: fix wake_pg_waiters revert error in _open_lock_pg

231fe1b685bfbd3db9c81709ca39a29d696b13ad reintroduced erroneously
this call to wake_pg_waiters.  All _create_lock_pg callers handle
calling wake_pg_waiters after the pg lock has been dropped.

Fixes: #8691
Signed-off-by: Samuel Just <sam.just@inktank.com>
src/osd/OSD.cc