]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
erofs: remove the occupied parameter from z_erofs_pagevec_enqueue()
authorYue Hu <huyue2@yulong.com>
Tue, 16 Nov 2021 02:41:52 +0000 (10:41 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 26 Nov 2021 10:36:19 +0000 (11:36 +0100)
commitb59f23ad89ea0ae594da59c8a07dd2e09fa3a282
tree3a2d3c80361bdda5e3669b374984572ce5e7f1e4
parent3391fa278c6df4dc9c9ea1eb5f102f4570c68ddb
erofs: remove the occupied parameter from z_erofs_pagevec_enqueue()

commit 7dea3de7d384f4c8156e8bd93112ba6db1eb276c upstream.

No any behavior to variable occupied in z_erofs_attach_page() which
is only caller to z_erofs_pagevec_enqueue().

Link: https://lore.kernel.org/r/20210419102623.2015-1-zbestahu@gmail.com
Signed-off-by: Yue Hu <huyue2@yulong.com>
Reviewed-by: Gao Xiang <xiang@kernel.org>
Signed-off-by: Gao Xiang <xiang@kernel.org>
[ Gao Xiang: handle 4.19 codebase conflicts manually. ]
Signed-off-by: Gao Xiang <hsiangkao@linux.alibaba.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/erofs/unzip_pagevec.h
drivers/staging/erofs/unzip_vle.c