projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64c31b3
)
[NET]: Remove unused member of dst_entry
author
Rami Rosen
<ramirose@gmail.com>
Tue, 8 Jan 2008 06:36:54 +0000
(22:36 -0800)
committer
David S. Miller
<davem@davemloft.net>
Mon, 28 Jan 2008 23:00:47 +0000
(15:00 -0800)
The info placeholder member of dst_entry seems to be unused in the
network stack.
Signed-off-by: Rami Rosen <ramirose@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/dst.h
patch
|
blob
|
blame
|
history
diff --git
a/include/net/dst.h
b/include/net/dst.h
index 31468c9aa87774dae2883de50d2c72bfe645bdbc..e03ea0c04e013b6c6a43b8a502bf5157d3ebff6f 100644
(file)
--- a/
include/net/dst.h
+++ b/
include/net/dst.h
@@
-80,7
+80,6
@@
struct dst_entry
struct rt6_info *rt6_next;
struct dn_route *dn_next;
};
- char info[0];
};