Skip to content

Commit f5ffef9

Browse files
Bo Liuhsiangkao
authored andcommitted
erofs: remove duplicate code
Remove duplicate code in function z_erofs_register_pcluster() Signed-off-by: Bo Liu <liubo03@inspur.com> Reviewed-by: Gao Xiang <hsiangkao@linux.alibaba.com> Link: https://lore.kernel.org/r/20250410042048.3044-2-liubo03@inspur.com Signed-off-by: Gao Xiang <hsiangkao@linux.alibaba.com>
1 parent be45319 commit f5ffef9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fs/erofs/zdata.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,6 @@ static int z_erofs_register_pcluster(struct z_erofs_frontend *fe)
725725
lockref_init(&pcl->lockref); /* one ref for this request */
726726
pcl->algorithmformat = map->m_algorithmformat;
727727
pcl->pclustersize = map->m_plen;
728-
pcl->pageofs_in = pageofs_in;
729728
pcl->length = 0;
730729
pcl->partial = true;
731730
pcl->next = fe->head;

0 commit comments

Comments
 (0)