OSDN Git Service

staging: erofs: rename strange variable names in z_erofs_vle_frontend
authorGao Xiang <gaoxiang25@huawei.com>
Thu, 22 Nov 2018 17:21:49 +0000 (01:21 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 23 Nov 2018 09:53:08 +0000 (10:53 +0100)
commitf0c519fc2679ca05a05bba2b5290b0cf621fbaa1
tree6983245c2f47ff19075000cc9a37afae4729c71b
parent2d9b5dcd99428f9b8faea7f76c3e30c37c32cc9c
staging: erofs: rename strange variable names in z_erofs_vle_frontend

Previously, 2 members called `initial' and `cachedzone_la' are used
for applying caching policy (whether the workgroup is at either end),
which are hard to understand, rename them to `backmost' and `headoffset'.

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