diff options
author | Jeff Layton <jlayton@redhat.com> | 2012-09-18 19:20:35 -0400 |
---|---|---|
committer | Steve French <smfrench@gmail.com> | 2012-09-24 22:46:31 -0400 |
commit | eddb079deb4deb1259f87425094c7a586fc59313 (patch) | |
tree | ca5c475cfd138a8e764673b0ecc2a54b4df2b7b3 /fs/cifs/cifsglob.h | |
parent | fec344e3f31aa911297cd3a4639432d983b1f324 (diff) |
cifs: convert async write code to pass in data via rq_pages array
Reviewed-by: Pavel Shilovsky <pshilovsky@samba.org>
Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <smfrench@gmail.com>
Diffstat (limited to 'fs/cifs/cifsglob.h')
-rw-r--r-- | fs/cifs/cifsglob.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/cifs/cifsglob.h b/fs/cifs/cifsglob.h index a81790005e57..cc70ac0bac47 100644 --- a/fs/cifs/cifsglob.h +++ b/fs/cifs/cifsglob.h | |||
@@ -999,8 +999,8 @@ struct cifs_writedata { | |||
999 | pid_t pid; | 999 | pid_t pid; |
1000 | unsigned int bytes; | 1000 | unsigned int bytes; |
1001 | int result; | 1001 | int result; |
1002 | void (*marshal_iov) (struct kvec *iov, | 1002 | unsigned int pagesz; |
1003 | struct cifs_writedata *wdata); | 1003 | unsigned int tailsz; |
1004 | unsigned int nr_pages; | 1004 | unsigned int nr_pages; |
1005 | struct page *pages[1]; | 1005 | struct page *pages[1]; |
1006 | }; | 1006 | }; |