mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-19 10:44:14 +08:00
net: Remove bogus barrier() in dst_allfrag().
I simply missed this one when modifying the other dst metric interfaces earlier. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
fa9921e46f
commit
e7b66bdc02
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user