From: Ashijeet Acharya Date: Mon, 16 Jan 2017 11:31:50 +0000 (+0530) Subject: block/vvfat: Remove the undesirable comment X-Git-Tag: v2.9.0-rc2~184^2~9 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=05551e58eee80af2d624b4bb5df95eb7182cd0fb;p=mirror_qemu.git block/vvfat: Remove the undesirable comment Remove the "// assert(is_consistent(s))" comment in block/vvfat.c Signed-off-by: Ashijeet Acharya Message-Id: <1484566314-3987-2-git-send-email-ashijeetacharya@gmail.com> Reviewed-by: Dr. David Alan Gilbert Signed-off-by: Dr. David Alan Gilbert --- diff --git a/block/vvfat.c b/block/vvfat.c index ded21092ee..7b706dc346 100644 --- a/block/vvfat.c +++ b/block/vvfat.c @@ -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 */