aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/vhost/vhost.c
diff options
context:
space:
mode:
authorAsias He <asias@redhat.com>2013-05-06 11:15:59 +0800
committerMichael S. Tsirkin <mst@redhat.com>2013-05-06 12:57:54 +0300
commit54db63c2ca153ebf0c868cdf79f52ec9e701d38c (patch)
tree463006aa3cbc2f432dc1068d34a176bbd25c236a /drivers/vhost/vhost.c
parentvhost_scsi: module rename (diff)
downloadlinux-dev-54db63c2ca153ebf0c868cdf79f52ec9e701d38c.tar.xz
linux-dev-54db63c2ca153ebf0c868cdf79f52ec9e701d38c.zip
vhost: Export vhost_dev_set_owner
Signed-off-by: Asias He <asias@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'drivers/vhost/vhost.c')
-rw-r--r--drivers/vhost/vhost.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/vhost/vhost.c b/drivers/vhost/vhost.c
index 749b5ab5bfbb..de9441a1b158 100644
--- a/drivers/vhost/vhost.c
+++ b/drivers/vhost/vhost.c
@@ -344,7 +344,7 @@ static int vhost_attach_cgroups(struct vhost_dev *dev)
}
/* Caller should have device mutex */
-static long vhost_dev_set_owner(struct vhost_dev *dev)
+long vhost_dev_set_owner(struct vhost_dev *dev)
{
struct task_struct *worker;
int err;