]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[IPV4]: ip_options_fragment() has no effect on fragmentation
authorWei Yongjun <weiyj@soft.fujitsu.com>
Tue, 9 May 2006 22:18:50 +0000 (15:18 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 9 May 2006 22:18:50 +0000 (15:18 -0700)
commit63cbd2fda38f3d1f107c4fd6261e5660be3eccf9
tree67af128970e072a754949317cb4cc0a51cc404c5
parent3a01c1ef75e1d84752ddef607c389bbde9c2576e
[IPV4]: ip_options_fragment() has no effect on fragmentation

Fix error point to options in ip_options_fragment(). optptr get a
error pointer to the ipv4 header, correct is pointer to ipv4 options.

Signed-off-by: Wei Yongjun <weiyj@soft.fujitsu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/ip_options.c