]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/netfilter/nf_log.c
[NETFILTER]: Supress some sparse warnings
[linux-2.6-omap-h63xx.git] / net / netfilter / nf_log.c
index 4f5f2885fcac31de3d43f2eceba9c8ba8ebf75eb..cec9976aecbf5c5e8592c8c841d57532f8748655 100644 (file)
@@ -103,6 +103,7 @@ EXPORT_SYMBOL(nf_log_packet);
 
 #ifdef CONFIG_PROC_FS
 static void *seq_start(struct seq_file *seq, loff_t *pos)
+       __acquires(RCU)
 {
        rcu_read_lock();
 
@@ -123,6 +124,7 @@ static void *seq_next(struct seq_file *s, void *v, loff_t *pos)
 }
 
 static void seq_stop(struct seq_file *s, void *v)
+       __releases(RCU)
 {
        rcu_read_unlock();
 }