Commit 05551e58 authored by Ashijeet Acharya's avatar Ashijeet Acharya Committed by Dr. David Alan Gilbert
Browse files

block/vvfat: Remove the undesirable comment



Remove the "// assert(is_consistent(s))" comment in block/vvfat.c

Signed-off-by: default avatarAshijeet Acharya <ashijeetacharya@gmail.com>
Message-Id: <1484566314-3987-2-git-send-email-ashijeetacharya@gmail.com>
Reviewed-by: default avatarDr. David Alan Gilbert <dgilbert@redhat.com>
Signed-off-by: default avatarDr. David Alan Gilbert <dgilbert@redhat.com>
parent cde7ee59
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1189,7 +1189,6 @@ static int vvfat_open(BlockDriverState *bs, QDict *options, int flags,
        init_mbr(s, cyls, heads, secs);
    }

    //    assert(is_consistent(s));
    qemu_co_mutex_init(&s->lock);

    /* Disable migration when vvfat is used rw */