mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-04-06 17:18:01 +07:00
vhost: Export vhost_dev_set_owner
Signed-off-by: Asias He <asias@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
parent
181c04a357
commit
54db63c2ca
@ -344,7 +344,7 @@ static int vhost_attach_cgroups(struct vhost_dev *dev)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Caller should have device mutex */
|
/* 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;
|
struct task_struct *worker;
|
||||||
int err;
|
int err;
|
||||||
|
@ -135,6 +135,7 @@ struct vhost_dev {
|
|||||||
};
|
};
|
||||||
|
|
||||||
long vhost_dev_init(struct vhost_dev *, struct vhost_virtqueue **vqs, int nvqs);
|
long vhost_dev_init(struct vhost_dev *, struct vhost_virtqueue **vqs, int nvqs);
|
||||||
|
long vhost_dev_set_owner(struct vhost_dev *dev);
|
||||||
long vhost_dev_check_owner(struct vhost_dev *);
|
long vhost_dev_check_owner(struct vhost_dev *);
|
||||||
struct vhost_memory *vhost_dev_reset_owner_prepare(void);
|
struct vhost_memory *vhost_dev_reset_owner_prepare(void);
|
||||||
void vhost_dev_reset_owner(struct vhost_dev *, struct vhost_memory *);
|
void vhost_dev_reset_owner(struct vhost_dev *, struct vhost_memory *);
|
||||||
|
Loading…
Reference in New Issue
Block a user