From: Jingbo Xu jefflexu@linux.alibaba.com
anolis inclusion category: feature bugzilla: https://gitee.com/openeuler/kernel/issues/IB5UKT
Reference: https://gitee.com/anolis/cloud-kernel/commit/f6f607feca33
--------------------------------
ANBZ: #3234
Give the right name to erofs_fscache_super_index_def.
Fixes: 63ed7d0d74e9 ("erofs: add fscache context helper functions") Signed-off-by: Jingbo Xu jefflexu@linux.alibaba.com Reviewed-by: Joseph Qi joseph.qi@linux.alibaba.com Acked-by: Gao Xiang hsiangkao@linux.alibaba.com Link: https://gitee.com/anolis/cloud-kernel/pulls/893 Signed-off-by: Baokun Li libaokun1@huawei.com --- fs/erofs/fscache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/erofs/fscache.c b/fs/erofs/fscache.c index 37f8d754a741..8eff2967cbdd 100644 --- a/fs/erofs/fscache.c +++ b/fs/erofs/fscache.c @@ -26,7 +26,7 @@ const struct fscache_cookie_def erofs_fscache_super_index_def = { };
const struct fscache_cookie_def erofs_fscache_inode_object_def = { - .name = "CIFS.uniqueid", + .name = "EROFS.uniqueid", .type = FSCACHE_COOKIE_TYPE_DATAFILE, };