File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -1080,8 +1080,6 @@ static int udf_fill_partdesc_info(struct super_block *sb,
1080
1080
if (!bitmap )
1081
1081
return 1 ;
1082
1082
map -> s_uspace .s_bitmap = bitmap ;
1083
- bitmap -> s_extLength = le32_to_cpu (
1084
- phd -> unallocSpaceBitmap .extLength );
1085
1083
bitmap -> s_extPosition = le32_to_cpu (
1086
1084
phd -> unallocSpaceBitmap .extPosition );
1087
1085
map -> s_partition_flags |= UDF_PART_FLAG_UNALLOC_BITMAP ;
@@ -1116,8 +1114,6 @@ static int udf_fill_partdesc_info(struct super_block *sb,
1116
1114
if (!bitmap )
1117
1115
return 1 ;
1118
1116
map -> s_fspace .s_bitmap = bitmap ;
1119
- bitmap -> s_extLength = le32_to_cpu (
1120
- phd -> freedSpaceBitmap .extLength );
1121
1117
bitmap -> s_extPosition = le32_to_cpu (
1122
1118
phd -> freedSpaceBitmap .extPosition );
1123
1119
map -> s_partition_flags |= UDF_PART_FLAG_FREED_BITMAP ;
Original file line number Diff line number Diff line change @@ -80,7 +80,6 @@ struct udf_virtual_data {
80
80
};
81
81
82
82
struct udf_bitmap {
83
- __u32 s_extLength ;
84
83
__u32 s_extPosition ;
85
84
int s_nr_groups ;
86
85
struct buffer_head * s_block_bitmap [0 ];
You can’t perform that action at this time.
0 commit comments