commit | 1041e3f9919999b22c9c2a453aa0d92cd16b76ee | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@redhat.com> | Wed Oct 19 15:28:27 2011 -0400 |
committer | Jeff Layton <jlayton@redhat.com> | Wed Oct 19 15:28:27 2011 -0400 |
tree | 8793a5d636e7c565722bb4353b23c74d185cb28e | |
parent | 42c4dfc213190fafffc53815c2ee6064430bc379 [diff] |
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>