mirror of
https://github.com/torvalds/linux.git
synced 2026-01-12 00:42:35 +08:00
Rather than copying a request by hand with memcpy, use the correct API helpers to setup the new request. This will matter once the API helpers start setting up chained requests as a simple memcpy will break chaining. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>