The patch titled
     fs/udf/balloc.c: mark a variable as uninitialized_var()
has been removed from the -mm tree.  Its filename was
     fs-udf-ballocc-mark-a-variable-as-uninitialized_var.patch

This patch was dropped because it was merged into mainline or a subsystem tree

------------------------------------------------------
Subject: fs/udf/balloc.c: mark a variable as uninitialized_var()
From: WANG Cong <[EMAIL PROTECTED]>

Kill a may-be-used-uninitialized warning.

Signed-off-by: WANG Cong <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---

 fs/udf/balloc.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN fs/udf/balloc.c~fs-udf-ballocc-mark-a-variable-as-uninitialized_var 
fs/udf/balloc.c
--- a/fs/udf/balloc.c~fs-udf-ballocc-mark-a-variable-as-uninitialized_var
+++ a/fs/udf/balloc.c
@@ -689,7 +689,7 @@ static int udf_table_new_block(struct su
        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;
 
_

Patches currently in -mm which might be from [EMAIL PROTECTED] are

origin.patch
drivers-net-wireless-b43-mainc-fix-an-uninitialized.patch

-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to