[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1356030701-16284-3-git-send-email-sasha.levin@oracle.com>
Date: Thu, 20 Dec 2012 14:11:11 -0500
From: Sasha Levin <sasha.levin@...cle.com>
To: Pekka Enberg <penberg@...nel.org>,
Sasha Levin <levinsasha928@...il.com>,
Asias He <asias.hejun@...il.com>, kvm@...r.kernel.org,
linux-kernel@...r.kernel.org
Cc: Sasha Levin <sasha.levin@...cle.com>
Subject: [PATCH] kvm tools: remove unneeded check from disk code
We already know 'disk' is non-null.
Signed-off-by: Sasha Levin <sasha.levin@...cle.com>
---
tools/kvm/disk/core.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/kvm/disk/core.c b/tools/kvm/disk/core.c
index dd59751..4e9bda0 100644
--- a/tools/kvm/disk/core.c
+++ b/tools/kvm/disk/core.c
@@ -105,7 +105,7 @@ struct disk_image *disk_image__new(int fd, u64 size,
}
#ifdef CONFIG_HAS_AIO
- if (disk) {
+ {
pthread_t thread;
disk->evt = eventfd(0, 0);
--
1.8.0
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists