Re: [2.6 patch] rtnetlink.c: #if 0 no longer used functions

2008-01-31 Thread Patrick McHardy
David Miller wrote: From: Patrick McHardy <[EMAIL PROTECTED]> Date: Wed, 30 Jan 2008 21:04:33 +0100 Adrian Bunk wrote: This patch #if 0's the following no longer used functions: - rtattr_parse() - rtattr_strlcpy() - __rtattr_parse_nested_compat() Please remove them instead. Agreed. The

Re: [2.6 patch] rtnetlink.c: #if 0 no longer used functions

2008-01-31 Thread David Miller
From: Patrick McHardy <[EMAIL PROTECTED]> Date: Wed, 30 Jan 2008 21:04:33 +0100 > Adrian Bunk wrote: > > This patch #if 0's the following no longer used functions: > > - rtattr_parse() > > - rtattr_strlcpy() > > - __rtattr_parse_nested_compat() > > > > Please remove them instead. Agreed. -- T

Re: [2.6 patch] rtnetlink.c: #if 0 no longer used functions

2008-01-30 Thread Patrick McHardy
Adrian Bunk wrote: This patch #if 0's the following no longer used functions: - rtattr_parse() - rtattr_strlcpy() - __rtattr_parse_nested_compat() Please remove them instead. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] Mo

[2.6 patch] rtnetlink.c: #if 0 no longer used functions

2008-01-30 Thread Adrian Bunk
This patch #if 0's the following no longer used functions: - rtattr_parse() - rtattr_strlcpy() - __rtattr_parse_nested_compat() Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]> --- include/linux/rtnetlink.h | 12 net/core/rtnetlink.c |9 ++--- 2 files changed, 6 insert