ceph: invalidate_authorizer without con->mutex held
authorSage Weil <sage@newdream.net>
Thu, 25 Feb 2010 20:38:57 +0000 (12:38 -0800)
committerSage Weil <sage@newdream.net>
Thu, 25 Feb 2010 20:38:57 +0000 (12:38 -0800)
This fixes lock ABBA inversion, as the ->invalidate_authorizer()
op may need to take a lock (or even call back into the
messenger).

Signed-off-by: Sage Weil <sage@newdream.net>

No differences found