]> xenbits.xensource.com Git - libvirt.git/commitdiff
Fix comment in virStorageBackendFileSystemRefresh
authorJán Tomko <jtomko@redhat.com>
Tue, 21 Jun 2016 15:27:27 +0000 (17:27 +0200)
committerJán Tomko <jtomko@redhat.com>
Thu, 23 Jun 2016 19:58:38 +0000 (21:58 +0200)
'.' and '..' are now skipped by virDirRead, there's no need to mention
them in the comment.

src/storage/storage_backend_fs.c

index 152f9f32abb03ce09ec42f6c58c0f657e1767a10..33cf90d5702aaf20ccb0142d216d22e897321159 100644 (file)
@@ -936,7 +936,7 @@ virStorageBackendFileSystemRefresh(virConnectPtr conn ATTRIBUTE_UNUSED,
                                                 &vol->target.encryption)) < 0) {
             if (err == -2) {
                 /* Silently ignore non-regular files,
-                 * eg '.' '..', 'lost+found', dangling symbolic link */
+                 * eg 'lost+found', dangling symbolic link */
                 virStorageVolDefFree(vol);
                 vol = NULL;
                 continue;