]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - include/linux/netdevice.h
[NET]: Convert hh_lock to seqlock.
[net-next-2.6.git] / include / linux / netdevice.h
index c57088f575a37d9961bab86e25bcbcc8658f424f..631cec4ff5e1dc992972142c2caf3810971e9c88 100644 (file)
@@ -199,7 +199,7 @@ struct hh_cache
                                          */
        u16             hh_len;         /* length of header */
        int             (*hh_output)(struct sk_buff *skb);
-       rwlock_t        hh_lock;
+       seqlock_t       hh_lock;
 
        /* cached hardware header; allow for machine alignment needs.        */
 #define HH_DATA_MOD    16