From: Ralf Baechle Date: Thu, 8 Sep 2005 20:40:41 +0000 (-0700) Subject: [AX.25]: Make asc2ax() thread-proof X-Git-Tag: v2.6.14-rc1~492^2~22^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=baed16a7ff5194487764db300c2753ac7409c4c5;p=pandora-kernel.git [AX.25]: Make asc2ax() thread-proof Asc2ax was still using a static buffer for all invocations which isn't exactly SMP-safe. Change asc2ax to take an additional result buffer as the argument. Change all callers to provide such a buffer. This one only really is a fix for ROSE and as per recent discussions there's still much more to fix in ROSE ... Signed-off-by: Ralf Baechle DL5RB Signed-off-by: David S. Miller --- Reading git-diff-tree failed