pptp: fix sparse pointer warning
[deliverable/linux.git] / drivers / net / ppp / pptp.c
index 162464fe86bf7634fb9ac6c21ecd76e25beb10b6..9785a3ac02b3c4057887b047c1e4c708c6e9fdfe 100644 (file)
@@ -47,7 +47,7 @@
 #define MAX_CALLID 65535
 
 static DECLARE_BITMAP(callid_bitmap, MAX_CALLID + 1);
-static struct pppox_sock **callid_sock;
+static struct pppox_sock __rcu **callid_sock;
 
 static DEFINE_SPINLOCK(chan_lock);
 
This page took 0.030158 seconds and 5 git commands to generate.