scoutfs: dlmglue fix sched.h header

Upstream moved linux/sched.h to linux/sched/signal.h. Centos still uses
the old header location.

Signed-off-by: Mark Fasheh <mfasheh@versity.com>
This commit is contained in:
Mark Fasheh
2017-08-23 16:00:54 -05:00
parent bc2fef7fc8
commit eae932e0fe

View File

@@ -33,7 +33,7 @@
#include <linux/seq_file.h>
#include <linux/time.h>
#include <linux/quotaops.h>
#include <linux/sched/signal.h>
#include <linux/sched.h>
#if 0
#define MLOG_MASK_PREFIX ML_DLM_GLUE