VFS: Add a fallthrough flag for marking virtual dentries
[sfrench/cifs-2.6.git] / include / linux / sched.h
index 8db31ef98d2f4b5ad9f68f8296fbdbb475f96c46..41c60e5302d703525c1d99f259de9297ea1b36fd 100644 (file)
@@ -1370,6 +1370,8 @@ struct task_struct {
 
        unsigned long atomic_flags; /* Flags needing atomic access. */
 
+       struct restart_block restart_block;
+
        pid_t pid;
        pid_t tgid;
 
@@ -1662,6 +1664,9 @@ struct task_struct {
        unsigned long timer_slack_ns;
        unsigned long default_timer_slack_ns;
 
+#ifdef CONFIG_KASAN
+       unsigned int kasan_depth;
+#endif
 #ifdef CONFIG_FUNCTION_GRAPH_TRACER
        /* Index of current stored address in ret_stack */
        int curr_ret_stack;
@@ -2145,6 +2150,7 @@ extern unsigned long long notrace sched_clock(void);
  */
 extern u64 cpu_clock(int cpu);
 extern u64 local_clock(void);
+extern u64 running_clock(void);
 extern u64 sched_clock_cpu(int cpu);