ceph: close out mds, osd connections before stopping auth
[pandora-kernel.git] / fs / ceph / messenger.c
index 60b7483..64b8b1f 100644 (file)
@@ -120,6 +120,12 @@ void ceph_msgr_exit(void)
        destroy_workqueue(ceph_msgr_wq);
 }
 
+void ceph_msgr_flush()
+{
+       flush_workqueue(ceph_msgr_wq);
+}
+
+
 /*
  * socket callback functions
  */