Skip to content

Commit 4dbe59a

Browse files
Christoph Hellwigtorvalds
authored andcommitted
kernel: move use_mm/unuse_mm to kthread.c
cover the newly merged use_mm/unuse_mm caller in vfio Signed-off-by: Christoph Hellwig <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Acked-by: Felix Kuehling <[email protected]> Cc: Alex Deucher <[email protected]> Cc: Al Viro <[email protected]> Cc: Felipe Balbi <[email protected]> Cc: Greg Kroah-Hartman <[email protected]> Cc: Jason Wang <[email protected]> Cc: Jens Axboe <[email protected]> Cc: "Michael S. Tsirkin" <[email protected]> Cc: Zhenyu Wang <[email protected]> Cc: Zhi Wang <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Linus Torvalds <[email protected]>
1 parent 9bf5b9e commit 4dbe59a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/vfio/vfio_iommu_type1.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
#include <linux/iommu.h>
2828
#include <linux/module.h>
2929
#include <linux/mm.h>
30-
#include <linux/mmu_context.h>
30+
#include <linux/kthread.h>
3131
#include <linux/rbtree.h>
3232
#include <linux/sched/signal.h>
3333
#include <linux/sched/mm.h>

0 commit comments

Comments
 (0)