]> git.ipfire.org Git - people/ms/linux.git/commit - fs/erofs/utils.c
staging: erofs: staticize erofs_shrink_count, erofs_shrink_scan
authorGao Xiang <gaoxiang25@huawei.com>
Wed, 16 Jan 2019 08:59:55 +0000 (16:59 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 18 Jan 2019 09:37:16 +0000 (10:37 +0100)
commitd55bc7ba6bee8950d036089a0d6cb8cb71ff2913
treef3e8c293df8bcc23bda584983d10f5bf08fa2cc8
parent4501ca36bc18ee73a3e88373ff50c22233b82324
staging: erofs: staticize erofs_shrink_count, erofs_shrink_scan

Move erofs_shrinker_info to utils.c and therefore
no need to globalize erofs_shrink_count and erofs_shrink_scan.

Signed-off-by: Gao Xiang <gaoxiang25@huawei.com>
Reviewed-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/erofs/internal.h
drivers/staging/erofs/super.c
drivers/staging/erofs/utils.c