From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59699) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1avkFM-000495-0D for qemu-devel@nongnu.org; Thu, 28 Apr 2016 07:36:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1avkFI-00072i-GW for qemu-devel@nongnu.org; Thu, 28 Apr 2016 07:36:39 -0400 From: Kevin Wolf Date: Thu, 28 Apr 2016 13:36:04 +0200 Message-Id: <1461843366-27217-1-git-send-email-kwolf@redhat.com> Subject: [Qemu-devel] [PATCH v2 0/2] vvfat: Fix regressions introduced in 2.4 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-block@nongnu.org Cc: kwolf@redhat.com, stefanha@redhat.com, w.bumiller@proxmox.com, eblake@redhat.com, mreitz@redhat.com, qemu-devel@nongnu.org Commit d5941dd added a little new feature and broke a few things (including the whole write support) while doing so. Let's fix this now and do a bit more careful testing when touching the driver in the future. v2: - Explicit pointer cast. Not sure why my gcc didn't warn. [Max] - Coding style. In vvfat. Will be hard to beat the pointlessness of that review comment. [Max] Kevin Wolf (2): vvfat: Fix volume name assertion vvfat: Fix default volume label block/vvfat.c | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) -- 1.8.3.1