commit | 348e7b8dcd1460df4d681105f63dd90bba70496d | [log] [tgz] |
---|---|---|
author | Hannes Reinecke <hare@suse.de> | Mon Jul 11 15:02:23 2011 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Mon Jul 18 16:06:27 2011 +0200 |
tree | 5df2392581adad67c863127448a0e73e8c2ed0b3 | |
parent | 5afc8b3de9a8a472a45d2b980632a15cb7f1e1c3 [diff] |
iov: Update parameter usage in iov_(to|from)_buf() iov_to_buf() has an 'offset' parameter, iov_from_buf() hasn't. This patch adds the missing parameter to iov_from_buf(). It also renames the 'offset' parameter to 'iov_off' to emphasize it's the offset into the iovec and not the buffer. Signed-off-by: Hannes Reinecke <hare@suse.de> Acked-by: Alexander Graf <agraf@suse.de> Signed-off-by: Kevin Wolf <kwolf@redhat.com>