commit | e9492871fb0546f1b73f309d9e8c0f030bfdfdca | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@redhat.com> | Fri Mar 23 14:40:56 2012 -0400 |
committer | Jeff Layton <jlayton@redhat.com> | Fri Mar 23 14:40:56 2012 -0400 |
tree | be69a497fddd74de6b2f6ed18f525907a6dadab4 | |
parent | a7103b99e4cc00b9d40f6bad77389f9e2341820a [diff] |
cifs: abstract out function to marshal up the iovec array for async writes We'll need to do something a bit different depending on the caller. Abstract the code that marshals the page array into an iovec. Signed-off-by: Jeff Layton <jlayton@redhat.com> Reviewed-by: Pavel Shilovsky <piastry@etersoft.ru>