cifs: keep a reusable kvec array for receives
authorJeff Layton <jlayton@redhat.com>
Wed, 19 Oct 2011 19:28:27 +0000 (15:28 -0400)
committerJeff Layton <jlayton@redhat.com>
Wed, 19 Oct 2011 19:28:27 +0000 (15:28 -0400)
commit1041e3f9919999b22c9c2a453aa0d92cd16b76ee
tree8793a5d636e7c565722bb4353b23c74d185cb28e
parent42c4dfc213190fafffc53815c2ee6064430bc379
cifs: keep a reusable kvec array for receives

Having to continually allocate a new kvec array is expensive. Allocate
one that's big enough, and only reallocate it as needed.

Reviewed-and-Tested-by: Pavel Shilovsky <piastry@etersoft.ru>
Signed-off-by: Jeff Layton <jlayton@redhat.com>
fs/cifs/cifsglob.h
fs/cifs/connect.c