mirror of
https://github.com/versity/scoutfs.git
synced 2026-02-07 11:10:44 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user