| commit | bfa6b7bb35a9c8c8acae3056f2cb3364c52693d4 | [log] [tgz] |
|---|---|---|
| author | Al Viro <viro@zeniv.linux.org.uk> | Sat May 27 00:36:10 2006 -0400 |
| committer | Al Viro <viro@zeniv.linux.org.uk> | Sat May 27 02:26:40 2006 -0400 |
| tree | eb6c4b26737a51b09b5acb26dee1546d5f7571d6 | |
| parent | c7c0d0a10f6e4cea95ed84adcdd37948cac09b85 [diff] |
[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 <viro@zeniv.linux.org.uk>