From: alex.bluesman.smirnov@gmail.com Date: Tue, 10 Jul 2012 21:22:48 +0000 (+0000) Subject: 6lowpan: rework fragment-deleting routine X-Git-Tag: v3.6-rc1~125^2~200 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33c34c5e9310622d5ed9a53d571f92824044020f;p=pandora-kernel.git 6lowpan: rework fragment-deleting routine 6lowpan module starts collecting incomming frames and fragments right after lowpan_module_init() therefor it will be better to clean unfinished fragments in lowpan_cleanup_module() function instead of doing it when link goes down. Changed spinlocks type to prevent deadlock with expired timer event and removed unused one. Signed-off-by: Alexander Smirnov Signed-off-by: David S. Miller --- Reading git-diff-tree failed