diff options
author | Haiyang Zhang <haiyangz@microsoft.com> | 2020-03-30 21:29:13 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-03-31 04:43:42 +0200 |
commit | f87238d30c0d550553a37585d0e27a8052952bb4 (patch) | |
tree | ccecad28b0f9228849b2cedab3202ec9ce284170 /init | |
parent | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next (diff) | |
download | linux-f87238d30c0d550553a37585d0e27a8052952bb4.tar.xz linux-f87238d30c0d550553a37585d0e27a8052952bb4.zip |
hv_netvsc: Remove unnecessary round_up for recv_completion_cnt
The vzalloc_node(), already rounds the total size to whole pages, and
sizeof(u64) is smaller than sizeof(struct recv_comp_data). So
round_up of recv_completion_cnt is not necessary, and may cause extra
memory allocation.
To save memory, remove this unnecessary round_up for recv_completion_cnt.
Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'init')
0 files changed, 0 insertions, 0 deletions