]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/802/tr.c
Merge current mainline tree into linux-omap tree
[linux-2.6-omap-h63xx.git] / net / 802 / tr.c
index f47ae289d83b142167ed971f315a28e757752020..e7eb13084d71945a83b4d5064515e53653d43fea 100644 (file)
@@ -486,6 +486,7 @@ static struct rif_cache *rif_get_idx(loff_t pos)
 }
 
 static void *rif_seq_start(struct seq_file *seq, loff_t *pos)
+       __acquires(&rif_lock)
 {
        spin_lock_irq(&rif_lock);
 
@@ -517,6 +518,7 @@ static void *rif_seq_next(struct seq_file *seq, void *v, loff_t *pos)
 }
 
 static void rif_seq_stop(struct seq_file *seq, void *v)
+       __releases(&rif_lock)
 {
        spin_unlock_irq(&rif_lock);
 }