From: Al Viro Date: Sat, 27 May 2006 04:36:10 +0000 (-0400) Subject: [PATCH] uses of ->Copy() in rioroute are bogus X-Git-Tag: v2.6.18-rc1~1101^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bfa6b7bb35a9c8c8acae3056f2cb3364c52693d4;p=pandora-kernel.git [PATCH] uses of ->Copy() in rioroute are bogus ... there we are building a command in normal memory; it will be copied to iomem (by ->Copy()) later. Use memcpy()... Signed-off-by: Al Viro --- Reading git-diff-tree failed