Skip to content
Snippets Groups Projects
Commit e7b66bdc authored by David S. Miller's avatar David S. Miller
Browse files

net: Remove bogus barrier() in dst_allfrag().


I simply missed this one when modifying the other dst
metric interfaces earlier.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent fa9921e4
Branches
Tags
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment