git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67c1f52
)
cifs: allocate kvec array for cifs_readdata as a separate allocation
author
Jeff Layton
<jlayton@redhat.com>
Tue, 18 Sep 2012 23:20:36 +0000
(16:20 -0700)
committer
Steve French
<smfrench@gmail.com>
Tue, 25 Sep 2012 02:46:31 +0000
(21:46 -0500)
Eventually, we're going to want to append a list of pages to
cifs_readdata instead of a list of kvecs. To prepare for that, turn
the kvec array allocation into a separate one and just keep a
pointer to it in the readdata.
Signed-off-by: Jeff Layton <jlayton@redhat.com>
No differences found