]> git.karo-electronics.de Git - karo-tx-linux.git/commit
cifs: remove the kmap size limit from wsize
authorJeff Layton <jlayton@redhat.com>
Mon, 6 Aug 2012 11:10:49 +0000 (07:10 -0400)
committerSteve French <smfrench@gmail.com>
Tue, 11 Sep 2012 03:14:32 +0000 (22:14 -0500)
commitd0c105c486b4a8fc04aa3a6aaf73875d22ba1fb5
tree335b948f2eccb69cc564dbc2eae0d61bb4911d0d
parentf1d406bfe106219b228dcda2c6527a1b7fee7b27
cifs: remove the kmap size limit from wsize

Now that we're not kmapping so much at once, there's no need to cap
the wsize at the amount that can be simultaneously kmapped.

Reviewed-by: Pavel Shilovsky <pshilovsky@samba.org>
Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <smfrench@gmail.com>
fs/cifs/smb1ops.c
fs/cifs/smb2ops.c