diff options
author | Ashijeet Acharya <ashijeetacharya@gmail.com> | 2017-01-16 17:01:50 +0530 |
---|---|---|
committer | Dr. David Alan Gilbert <dgilbert@redhat.com> | 2017-01-24 17:54:47 +0000 |
commit | 05551e58eee80af2d624b4bb5df95eb7182cd0fb (patch) | |
tree | 0cb0ce057e15301eed3fcbf431e5b1965927f61e | |
parent | cde7ee5974e83598feaefacc9e74f6767dd6f3ec (diff) |
block/vvfat: Remove the undesirable comment
Remove the "// assert(is_consistent(s))" comment in block/vvfat.c
Signed-off-by: Ashijeet Acharya <ashijeetacharya@gmail.com>
Message-Id: <1484566314-3987-2-git-send-email-ashijeetacharya@gmail.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
-rw-r--r-- | block/vvfat.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 */ |