[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1333960256-7491-1-git-send-email-zwu.kernel@gmail.com>
Date: Mon, 9 Apr 2012 16:30:56 +0800
From: zwu.kernel@...il.com
To: linux-kernel@...r.kernel.org
Cc: mst@...hat.com, stefanha@...ux.vnet.ibm.com,
Zhi Yong Wu <wuzhy@...ux.vnet.ibm.com>
Subject: [PATCH] vhost_test: fix compile breakage
From: Zhi Yong Wu <wuzhy@...ux.vnet.ibm.com>
The arguments of vhost_dev_cleanup has been changed. So test.c need to be changed accordingly.
Signed-off-by: Zhi Yong Wu <wuzhy@...ux.vnet.ibm.com>
---
drivers/vhost/test.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/vhost/test.c b/drivers/vhost/test.c
index fc9a1d7..3de00d9 100644
--- a/drivers/vhost/test.c
+++ b/drivers/vhost/test.c
@@ -155,7 +155,7 @@ static int vhost_test_release(struct inode *inode, struct file *f)
vhost_test_stop(n, &private);
vhost_test_flush(n);
- vhost_dev_cleanup(&n->dev);
+ vhost_dev_cleanup(&n->dev, false);
/* We do an extra flush before freeing memory,
* since jobs can re-queue themselves. */
vhost_test_flush(n);
--
1.7.6
--
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