|
@@ -442,9 +442,6 @@ cifs_negotiate_wsize(struct cifs_tcon *tcon, struct smb_vol *volume_info)
|
|
|
wsize = min_t(unsigned int, wsize,
|
|
|
server->maxBuf - sizeof(WRITE_REQ) + 4);
|
|
|
|
|
|
- /* limit to the amount that we can kmap at once */
|
|
|
- wsize = min_t(unsigned int, wsize, CIFS_KMAP_SIZE_LIMIT);
|
|
|
-
|
|
|
/* hard limit of CIFS_MAX_WSIZE */
|
|
|
wsize = min_t(unsigned int, wsize, CIFS_MAX_WSIZE);
|
|
|
|