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)
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

Simple merge
diff --cc fs/cifs/file.c
Simple merge
Simple merge