datapath: Hold rcu_read_lock where we claim to.
[openvswitch] / datapath / vport-gre.c
index 654ead064c6e9938327483fc2aa5c94dc91d275b..bd6d4a3c283e8d8ac54f8ff3a789c152445f23a0 100644 (file)
@@ -735,7 +735,7 @@ handle_csum_offload(struct sk_buff *skb)
        }
 }
 
-/* Called with rcu_read_lock and bottom-halves disabled. */
+/* Called with rcu_read_lock. */
 static void
 gre_err(struct sk_buff *skb, u32 info)
 {
@@ -847,7 +847,7 @@ out:
        skb->protocol = htons(ETH_P_IP);
 }
 
-/* Called with rcu_read_lock and bottom-halves disabled. */
+/* Called with rcu_read_lock. */
 static int
 gre_rcv(struct sk_buff *skb)
 {