Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=3becd578c5c9aafde6f562bb1dfe20d420bce6e8
Commit:     3becd578c5c9aafde6f562bb1dfe20d420bce6e8
Parent:     64c31b3f76482bb64459e786f9eca3bd0164d153
Author:     Rami Rosen <[EMAIL PROTECTED]>
AuthorDate: Mon Jan 7 22:36:54 2008 -0800
Committer:  David S. Miller <[EMAIL PROTECTED]>
CommitDate: Mon Jan 28 15:00:47 2008 -0800

    [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: Rami Rosen <[EMAIL PROTECTED]>
    Signed-off-by: David S. Miller <[EMAIL PROTECTED]>
---
 include/net/dst.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/include/net/dst.h b/include/net/dst.h
index 31468c9..e03ea0c 100644
--- 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];
 };
 
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to