Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 70701
b: refs/heads/master
c: 3ad90ec
h: refs/heads/master
i:
  70699: 94e900e
v: v3
  • Loading branch information
WANG Cong authored and Linus Torvalds committed Oct 17, 2007
1 parent c3308bc commit 933031b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: ea0985ad7914d8226a81d0f1374ece7832e75e95
refs/heads/master: 3ad90ec0908e453ba89947fcf7b5f6821b6c1e0c
2 changes: 1 addition & 1 deletion trunk/fs/udf/balloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@ static int udf_table_new_block(struct super_block *sb,
uint32_t spread = 0xFFFFFFFF, nspread = 0xFFFFFFFF;
uint32_t newblock = 0, adsize;
uint32_t elen, goal_elen = 0;
kernel_lb_addr eloc, goal_eloc;
kernel_lb_addr eloc, uninitialized_var(goal_eloc);
struct extent_position epos, goal_epos;
int8_t etype;

Expand Down

0 comments on commit 933031b

Please sign in to comment.