[libvirt] [PATCH 3/5] virStorageBackendFileSystemMount: placate clang

2010-04-14 Thread Jim Meyering
From: Jim Meyering meyer...@redhat.com * src/storage/storage_backend_fs.c (virStorageBackendFileSystemMount): Clang was not smart enough, and mistakenly reported that options could be used uninitialized. Initialize it. --- src/storage/storage_backend_fs.c |2 +- 1 files changed, 1

Re: [libvirt] [PATCH 3/5] virStorageBackendFileSystemMount: placate clang

2010-04-14 Thread Eric Blake
On 04/14/2010 02:46 AM, Jim Meyering wrote: From: Jim Meyering meyer...@redhat.com * src/storage/storage_backend_fs.c (virStorageBackendFileSystemMount): Clang was not smart enough, and mistakenly reported that options could be used uninitialized. Initialize it. I had to convince myself of

Re: [libvirt] [PATCH 3/5] virStorageBackendFileSystemMount: placate clang

2010-04-14 Thread Jim Meyering
Eric Blake wrote: On 04/14/2010 02:46 AM, Jim Meyering wrote: From: Jim Meyering meyer...@redhat.com * src/storage/storage_backend_fs.c (virStorageBackendFileSystemMount): Clang was not smart enough, and mistakenly reported that options could be used uninitialized. Initialize it. I had to