drbd: Remove duplicate initialization

Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com>
Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
This commit is contained in:
Andreas Gruenbacher 2010-12-13 22:50:15 +01:00 committed by Philipp Reisner
parent 3fbf4d21ae
commit 69f5ec728c
1 changed files with 1 additions and 1 deletions

View File

@ -984,7 +984,7 @@ static void after_state_ch(struct drbd_conf *mdev, union drbd_state os,
{
enum drbd_fencing_p fp;
enum drbd_req_event what = NOTHING;
union drbd_state nsm = (union drbd_state){ .i = -1 };
union drbd_state nsm;
struct sib_info sib;
sib.sib_reason = SIB_STATE_CHANGE;