commit | 33a9c2d4b758279c5077fc15d221b385a574ae0b | [log] [tgz] |
---|---|---|
author | Chas Williams <chas@cmf.nrl.navy.mil> | Fri Sep 29 17:16:48 2006 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri Sep 29 17:16:48 2006 -0700 |
tree | adcaad67bd057b2d8200bae2219710c920c586f5 | |
parent | 987e46bdf314c55e060570ff46723d770e461f0e [diff] [blame] |
[ATM]: [lec] add reference counting to lec_arp entries Signed-off-by: Chas Williams <chas@cmf.nrl.navy.mil> Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/net/atm/lec_arpc.h b/net/atm/lec_arpc.h index 125df36..ec67435 100644 --- a/net/atm/lec_arpc.h +++ b/net/atm/lec_arpc.h
@@ -47,6 +47,7 @@ * the length of the tlvs array */ struct sk_buff_head tx_wait; /* wait queue for outgoing packets */ + atomic_t usage; /* usage count */ }; /*