]> 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 <sfrench@us.ibm.com>
Fri, 14 Sep 2012 14:44:10 +0000 (09:44 -0500)
commitbf74cc646d412a2dc6a23c76680d0d668d970989
treeb5058d18b32ea57a5ea17922f3e33eec6c6c4eb9
parent4e4f904a26cf4a57159480f41b4c8ca277f58d9b
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