Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 359023
b: refs/heads/master
c: 288be96
h: refs/heads/master
i:
  359021: 63f8f91
  359019: 976330f
  359015: b393f6a
  359007: 7c6044d
v: v3
  • Loading branch information
Jan Kara committed Feb 5, 2013
1 parent aaad4d1 commit 0955745
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c60305b578674eefe333198c7476dba2178a9082
refs/heads/master: 288be96de66fa7c09f2cf00a7793db5b4bac4213
4 changes: 0 additions & 4 deletions trunk/fs/udf/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -1080,8 +1080,6 @@ static int udf_fill_partdesc_info(struct super_block *sb,
if (!bitmap)
return 1;
map->s_uspace.s_bitmap = bitmap;
bitmap->s_extLength = le32_to_cpu(
phd->unallocSpaceBitmap.extLength);
bitmap->s_extPosition = le32_to_cpu(
phd->unallocSpaceBitmap.extPosition);
map->s_partition_flags |= UDF_PART_FLAG_UNALLOC_BITMAP;
Expand Down Expand Up @@ -1116,8 +1114,6 @@ static int udf_fill_partdesc_info(struct super_block *sb,
if (!bitmap)
return 1;
map->s_fspace.s_bitmap = bitmap;
bitmap->s_extLength = le32_to_cpu(
phd->freedSpaceBitmap.extLength);
bitmap->s_extPosition = le32_to_cpu(
phd->freedSpaceBitmap.extPosition);
map->s_partition_flags |= UDF_PART_FLAG_FREED_BITMAP;
Expand Down
1 change: 0 additions & 1 deletion trunk/fs/udf/udf_sb.h
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ struct udf_virtual_data {
};

struct udf_bitmap {
__u32 s_extLength;
__u32 s_extPosition;
int s_nr_groups;
struct buffer_head *s_block_bitmap[0];
Expand Down

0 comments on commit 0955745

Please sign in to comment.