Easier to understand, no real impact.
Signed-off-by: Gao Xiang <[email protected]>
---
lib/blobchunk.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/blobchunk.c b/lib/blobchunk.c
index 725b5173a598..661c5d0121a8 100644
--- a/lib/blobchunk.c
+++ b/lib/blobchunk.c
@@ -193,7 +193,7 @@ int erofs_blob_remap(void)
remapped_base = erofs_blknr(pos_out);
ret = erofs_copy_file_range(fileno(blobfile), &pos_in,
erofs_devfd, &pos_out, length);
- bh->op = &erofs_skip_write_bhops;
+ bh->op = &erofs_drop_directly_bhops;
erofs_bdrop(bh, false);
return ret < length ? -EIO : 0;
}
--
2.20.1