]> git.baikalelectronics.ru Git - kernel.git/commit
[DCCP]: Call dccp_feat_init more early in dccp_v4_init_sock
authorArnaldo Carvalho de Melo <acme@mandriva.com>
Tue, 21 Mar 2006 03:24:41 +0000 (19:24 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 21 Mar 2006 03:24:41 +0000 (19:24 -0800)
commit4e6d82133d990696f56593ef2fd46867a27c5582
treed2c53123806041dfe4c0dc2b18a890a1f5333105
parentcd43bce8a046c62b5452063f825d25cbbf99ec7b
[DCCP]: Call dccp_feat_init more early in dccp_v4_init_sock

So that dccp_feat_clean doesn't get confused with uninitialized
list_heads.

Noticed when testing with no ccid kernel modules.

Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/dccp/ipv4.c