projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
783e327
)
ceph: remove bogus extern
author
stephen hemminger
<stephen@networkplumber.org>
Wed, 11 Jun 2014 03:30:13 +0000
(20:30 -0700)
committer
David S. Miller
<davem@davemloft.net>
Wed, 11 Jun 2014 22:39:19 +0000
(15:39 -0700)
Sparse complained about this bogus extern on definition of
a function.
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ceph/osd_client.c
patch
|
blob
|
blame
|
history
diff --git
a/net/ceph/osd_client.c
b/net/ceph/osd_client.c
index b0dfce77656a0ba9c43d6d6616be1d28fb4dc137..05be0c1816958b0d0db6b2c319631d41f273e3d0 100644
(file)
--- 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);
}