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;