diff --git a/net/ceph/osd_client.c b/net/ceph/osd_client.c index b0dfce77656a0ba9c43d6d6616be1d28fb4dc137..05be0c1816958b0d0db6b2c319631d41f273e3d0 100644 --- a/net/ceph/osd_client.c +++ b/net/ceph/osd_client.c @@ -2491,7 +2491,7 @@ EXPORT_SYMBOL(ceph_osdc_sync); * Call all pending notify callbacks - for use after a watch is * unregistered, to make sure no more callbacks for it will be invoked */ -extern void ceph_osdc_flush_notifies(struct ceph_osd_client *osdc) +void ceph_osdc_flush_notifies(struct ceph_osd_client *osdc) { flush_workqueue(osdc->notify_wq); }