sched/headers: Prepare to move the get_task_struct()/put_task_struct() and related APIs from <linux/sched.h> to <linux/sched/task.h>
But first update usage sites with the new header dependency. Acked-by: Linus Torvalds <torvalds@linux-foundation.org> Cc: Mike Galbraith <efault@gmx.de> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: linux-kernel@vger.kernel.org Signed-off-by: Ingo Molnar <mingo@kernel.org>
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
#include <linux/rwsem.h>
|
||||
#include <linux/device-mapper.h>
|
||||
#include <linux/stacktrace.h>
|
||||
#include <linux/sched/task.h>
|
||||
|
||||
#define DM_MSG_PREFIX "block manager"
|
||||
|
||||
|
Reference in New Issue
Block a user