X-Git-Url: https://bbs.cooldavid.org/git/?p=net-next-2.6.git;a=blobdiff_plain;f=include%2Fnet%2Fneighbour.h;h=6beb1ffc2b7fcfe9d360717ccde3f70bd8ac0e3d;hp=55590ab16b3ed5192413b4b6415a8785c1d1a5bb;hb=ef22b7b65f0eda9015becc7bff225a399914a242;hpb=b52b97a339c0f2d76dfd6a31466d3f1b05c5cf7e diff --git a/include/net/neighbour.h b/include/net/neighbour.h index 55590ab16b3..6beb1ffc2b7 100644 --- a/include/net/neighbour.h +++ b/include/net/neighbour.h @@ -303,7 +303,7 @@ static inline void neigh_confirm(struct neighbour *neigh) static inline int neigh_event_send(struct neighbour *neigh, struct sk_buff *skb) { - unsigned long now = ACCESS_ONCE(jiffies); + unsigned long now = jiffies; if (neigh->used != now) neigh->used = now;