Files
linux/drivers
Wei Wang a4c2fd7f78 net: remove DST_NOCACHE flag
DST_NOCACHE flag check has been removed from dst_release() and
dst_hold_safe() in a previous patch because all the dst are now ref
counted properly and can be released based on refcnt only.
Looking at the rest of the DST_NOCACHE use, all of them can now be
removed or replaced with other checks.
So this patch gets rid of all the DST_NOCACHE usage and remove this flag
completely.

Signed-off-by: Wei Wang <weiwan@google.com>
Acked-by: Martin KaFai Lau <kafai@fb.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-06-17 22:54:01 -04:00
..
2017-06-15 01:52:32 +02:00
2017-06-16 11:48:40 -04:00
2017-04-27 11:54:49 +01:00
2017-06-17 22:54:01 -04:00
2017-06-16 11:48:40 -04:00
2017-04-20 09:54:24 +02:00
2017-05-18 23:54:47 -07:00