Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 359022
b: refs/heads/master
c: c60305b
h: refs/heads/master
v: v3
  • Loading branch information
Jan Kara committed Feb 5, 2013
1 parent 63f8f91 commit aaad4d1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 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: 89b1f39eb4189de745fae554b0d614d87c8d5c63
refs/heads/master: c60305b578674eefe333198c7476dba2178a9082
1 change: 0 additions & 1 deletion trunk/fs/udf/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -1023,7 +1023,6 @@ static struct udf_bitmap *udf_sb_alloc_bitmap(struct super_block *sb, u32 index)
if (bitmap == NULL)
return NULL;

bitmap->s_block_bitmap = (struct buffer_head **)(bitmap + 1);
bitmap->s_nr_groups = nr_groups;
return bitmap;
}
Expand Down
2 changes: 1 addition & 1 deletion trunk/fs/udf/udf_sb.h
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ struct udf_bitmap {
__u32 s_extLength;
__u32 s_extPosition;
int s_nr_groups;
struct buffer_head **s_block_bitmap;
struct buffer_head *s_block_bitmap[0];
};

struct udf_part_map {
Expand Down

0 comments on commit aaad4d1

Please sign in to comment.