X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=fs%2Focfs2%2Fstack_user.c;h=da78a2a334fdfcf486df2724acd3352deff58cb2;hb=5958eed76ccc8c361f872829bdc4b8c6dc9cd379;hp=ff4c798a5635f23d64739356b2fc8277c370e1b9;hpb=8aa651e23e2835b6d64381ce17447c995040ab30;p=karo-tx-linux.git diff --git a/fs/ocfs2/stack_user.c b/fs/ocfs2/stack_user.c index ff4c798a5635..da78a2a334fd 100644 --- a/fs/ocfs2/stack_user.c +++ b/fs/ocfs2/stack_user.c @@ -814,7 +814,7 @@ static int fs_protocol_compare(struct ocfs2_protocol_version *existing, static int user_cluster_connect(struct ocfs2_cluster_connection *conn) { dlm_lockspace_t *fsdlm; - struct ocfs2_live_connection *control; + struct ocfs2_live_connection *uninitialized_var(control); int rc = 0; BUG_ON(conn == NULL);