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:
cff6b8a
)
9p: Make use of iounit for read/write
author
M. Mohan Kumar
<mohan@in.ibm.com>
Fri, 4 Jun 2010 11:59:07 +0000
(11:59 +0000)
committer
Eric Van Hensbergen
<ericvh@gmail.com>
Mon, 2 Aug 2010 19:25:06 +0000
(14:25 -0500)
Change the v9fs_file_readn function to limit the maximum transfer size
based on the iounit or msize.
Also remove the redundant check for limiting the transfer size in
v9fs_file_write. This check is done by p9_client_write.
Signed-off-by: M. Mohan Kumar <mohan@in.ibm.com>
Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
No differences found