hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
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 }