forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/fs/udf/partition.c
....@@ -65,7 +65,7 @@
6565 }
6666
6767 if (iinfo->i_alloc_type == ICBTAG_FLAG_AD_IN_ICB) {
68
- loc = le32_to_cpu(((__le32 *)(iinfo->i_ext.i_data +
68
+ loc = le32_to_cpu(((__le32 *)(iinfo->i_data +
6969 vdata->s_start_offset))[block]);
7070 goto translate;
7171 }