OSDN Git Service

Merge tag 'vfio-v6.6-rc1' of https://github.com/awilliam/linux-vfio
[tomoyo/tomoyo-test1.git] / net / core / dst.c
index 79d9306..980e2fd 100644 (file)
@@ -152,7 +152,7 @@ void dst_dev_put(struct dst_entry *dst)
 
        dst->obsolete = DST_OBSOLETE_DEAD;
        if (dst->ops->ifdown)
-               dst->ops->ifdown(dst, dev, true);
+               dst->ops->ifdown(dst, dev);
        dst->input = dst_discard;
        dst->output = dst_discard_out;
        dst->dev = blackhole_netdev;