commit | 97e8442b0971ea6be9a495b3d03402985cfe5d6a | [log] [tgz] |
---|---|---|
author | M. Mohan Kumar <mohan@in.ibm.com> | Fri Jun 04 11:59:07 2010 +0000 |
committer | Eric Van Hensbergen <ericvh@gmail.com> | Mon Aug 02 14:25:06 2010 -0500 |
tree | 2afd94c5c1afc34c65a28f45baa08a811479f1f0 | |
parent | cff6b8a9b81b404e8ce0257b26007c3afe625212 [diff] |
9p: Make use of iounit for read/write 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>