[PATCH] uses of ->Copy() in rioroute are bogus
authorAl Viro <viro@zeniv.linux.org.uk>
Sat, 27 May 2006 04:36:10 +0000 (00:36 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Sat, 27 May 2006 06:26:40 +0000 (02:26 -0400)
... 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 <viro@zeniv.linux.org.uk>

No differences found