commit | f0c519fc2679ca05a05bba2b5290b0cf621fbaa1 | [log] [tgz] |
---|---|---|
author | Gao Xiang <gaoxiang25@huawei.com> | Fri Nov 23 01:21:49 2018 +0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Nov 23 10:53:08 2018 +0100 |
tree | 6983245c2f47ff19075000cc9a37afae4729c71b | |
parent | 2d9b5dcd99428f9b8faea7f76c3e30c37c32cc9c [diff] |
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>