Commit 3becd578 authored by Rami Rosen's avatar Rami Rosen Committed by David S. Miller

[NET]: Remove unused member of dst_entry

The info placeholder member of dst_entry seems to be unused in the
network stack.
Signed-off-by: default avatarRami Rosen <ramirose@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 64c31b3f
......@@ -80,7 +80,6 @@ struct dst_entry
struct rt6_info *rt6_next;
struct dn_route *dn_next;
};
char info[0];
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment