From 933031b85d96a0520b4245bf912b4029d15e8b83 Mon Sep 17 00:00:00 2001 From: WANG Cong Date: Tue, 16 Oct 2007 23:30:17 -0700 Subject: [PATCH] --- yaml --- r: 70701 b: refs/heads/master c: 3ad90ec0908e453ba89947fcf7b5f6821b6c1e0c h: refs/heads/master i: 70699: 94e900edff81abecefeb8f8f9715b4fa8d294cfa v: v3 --- [refs] | 2 +- trunk/fs/udf/balloc.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index a9884ca38cd4..efe013c53348 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ea0985ad7914d8226a81d0f1374ece7832e75e95 +refs/heads/master: 3ad90ec0908e453ba89947fcf7b5f6821b6c1e0c diff --git a/trunk/fs/udf/balloc.c b/trunk/fs/udf/balloc.c index 87e87dcd3f9c..ab26176f6b91 100644 --- a/trunk/fs/udf/balloc.c +++ b/trunk/fs/udf/balloc.c @@ -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;