]> git.baikalelectronics.ru Git - kernel.git/commit
[DCCP] options: Make dccp_insert_options & friends yell on error
authorArnaldo Carvalho de Melo <acme@mandriva.com>
Tue, 21 Mar 2006 06:32:06 +0000 (22:32 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 21 Mar 2006 06:32:06 +0000 (22:32 -0800)
commit9aacd2afa6477c3f9b05b18858a98bb40ea57fbc
tree7c42229b1cc64e67efe8ed21b82cdc513e638f82
parenta98f99c008a2c4f605f21ac72b9d1511b325b3da
[DCCP] options: Make dccp_insert_options & friends yell on error

And not the silly LIMIT_NETDEBUG and silently return without inserting
the option requested.

Also drop some old debugging messages associated to option insertion.

Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/dccp/ackvec.c
net/dccp/ccid.h
net/dccp/ccids/ccid3.c
net/dccp/dccp.h
net/dccp/options.c
net/dccp/output.c