diff --git a/include/net/dst.h b/include/net/dst.h
index e550195d4f867a9b00f5321ba2eb5bd19204475b..e01855de21e8efe905b27e62a11fa62fb10afefe 100644
--- a/include/net/dst.h
+++ b/include/net/dst.h
@@ -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;
 }