Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f6479449 authored by stephen hemminger's avatar stephen hemminger Committed by David S. Miller
Browse files

ceph: remove bogus extern



Sparse complained about this bogus extern on definition of
a function.

Signed-off-by: default avatarStephen Hemminger <stephen@networkplumber.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 783e327b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);
}