aboutsummaryrefslogtreecommitdiffstats
path: root/net/ceph/osd_client.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ceph/osd_client.c')
-rw-r--r--net/ceph/osd_client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ceph/osd_client.c b/net/ceph/osd_client.c
index b0dfce77656a..05be0c181695 100644
--- a/net/ceph/osd_client.c
+++ b/net/ceph/osd_client.c
@@ -2491,7 +2491,7 @@ EXPORT_SYMBOL(ceph_osdc_sync);
2491 * Call all pending notify callbacks - for use after a watch is 2491 * Call all pending notify callbacks - for use after a watch is
2492 * unregistered, to make sure no more callbacks for it will be invoked 2492 * unregistered, to make sure no more callbacks for it will be invoked
2493 */ 2493 */
2494extern void ceph_osdc_flush_notifies(struct ceph_osd_client *osdc) 2494void ceph_osdc_flush_notifies(struct ceph_osd_client *osdc)
2495{ 2495{
2496 flush_workqueue(osdc->notify_wq); 2496 flush_workqueue(osdc->notify_wq);
2497} 2497}