diff options
| author | Ingo Molnar <[email protected]> | 2017-02-05 15:30:50 +0100 |
|---|---|---|
| committer | Ingo Molnar <[email protected]> | 2017-03-02 08:42:40 +0100 |
| commit | 0881e7bd341e2158b314596bcf2059e88e68f04e (patch) | |
| tree | 3c5231c7b301ae51da46b999493ae40f1c4f523a /drivers/md/persistent-data | |
| parent | 1777e4635507265ba53d8dc4cd248e7d7c306fa0 (diff) | |
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 <[email protected]>
Cc: Mike Galbraith <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: [email protected]
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'drivers/md/persistent-data')
| -rw-r--r-- | drivers/md/persistent-data/dm-block-manager.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/md/persistent-data/dm-block-manager.c b/drivers/md/persistent-data/dm-block-manager.c index 0863905dee02..8589e0a14068 100644 --- a/drivers/md/persistent-data/dm-block-manager.c +++ b/drivers/md/persistent-data/dm-block-manager.c @@ -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" |