From: Shan Wei Date: Thu, 11 Feb 2010 00:12:45 +0000 (+0000) Subject: IPv6: Delete redundant counter of IPSTATS_MIB_REASMFAILS X-Git-Tag: v2.6.34-rc1~233^2~311 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9546377c42e12513b33925ab829d893dcf521c5f;p=pandora-kernel.git IPv6: Delete redundant counter of IPSTATS_MIB_REASMFAILS When no more memory can be allocated, fq_find() will return NULL and increase the value of IPSTATS_MIB_REASMFAILS. In this case, ipv6_frag_rcv() also increase the value of IPSTATS_MIB_REASMFAILS. So, the patch deletes redundant counter of IPSTATS_MIB_REASMFAILS in fq_find(). and deletes the unused parameter of idev. Signed-off-by: Shan Wei Signed-off-by: David S. Miller --- Reading git-diff-tree failed