hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
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 }