CIFS: Allow wsize to exceed CIFSMaxBufSize
authorSteve French <sfrench@us.ibm.com>
Wed, 5 Oct 2005 22:14:33 +0000 (15:14 -0700)
committerSteve French <sfrench@us.ibm.com>
Wed, 5 Oct 2005 22:14:33 +0000 (15:14 -0700)
commit4a77118cd5018fec11bf86f6f8d659352ad9a92b
treeeab48dadfdf7398815b2bba5de93ff2332727386
parent37c0eb4677f733a773df6287b0f73f00274402e3
CIFS: Allow wsize to exceed CIFSMaxBufSize

This allows cifs_writepages to send data in larger chunks from the page
cache, without requiring larger memory allocations in other cases.

Signed-off-by: Dave Kleikamp <shaggy@austin.ibm.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/cifs/connect.c
fs/cifs/file.c
fs/cifs/transport.c