From b33fc8298f7e13226b9895abc57c9bfce5e3fa2d Mon Sep 17 00:00:00 2001 From: Kent Overstreet Date: Sun, 8 Jan 2017 00:13:18 -0900 Subject: bcache in userspace; userspace fsck --- include/linux/sched/rt.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 include/linux/sched/rt.h (limited to 'include/linux/sched/rt.h') diff --git a/include/linux/sched/rt.h b/include/linux/sched/rt.h new file mode 100644 index 00000000..ef3040e4 --- /dev/null +++ b/include/linux/sched/rt.h @@ -0,0 +1,9 @@ +#ifndef _SCHED_RT_H +#define _SCHED_RT_H + +static inline int rt_task(struct task_struct *p) +{ + return 0; +} + +#endif /* _SCHED_RT_H */ -- cgit v1.2.3