Skip to content

Commit

Permalink
net: Remove bogus barrier() in dst_allfrag().
Browse files Browse the repository at this point in the history
I simply missed this one when modifying the other dst
metric interfaces earlier.

Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Feb 8, 2011
1 parent fa9921e commit e7b66bd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/net/dst.h
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,6 @@ static inline u32
dst_allfrag(const struct dst_entry *dst)
{
int ret = dst_feature(dst, RTAX_FEATURE_ALLFRAG);
/* Yes, _exactly_. This is paranoia. */
barrier();
return ret;
}

Expand Down

0 comments on commit e7b66bd

Please sign in to comment.