]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - net/core/dst.c
UBUNTU: Start new release
[mirror_ubuntu-zesty-kernel.git] / net / core / dst.c
index b5cbbe07f78608aac0f48712160629be29a9b0a2..960e503b5a529a2c4f1866f49c150493ee98d7da 100644 (file)
@@ -190,7 +190,6 @@ void dst_init(struct dst_entry *dst, struct dst_ops *ops,
        dst->__use = 0;
        dst->lastuse = jiffies;
        dst->flags = flags;
-       dst->pending_confirm = 0;
        dst->next = NULL;
        if (!(flags & DST_NOCOUNT))
                dst_entries_add(ops, 1);