summaryrefslogtreecommitdiff
path: root/include/linux/sched/signal.h
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2019-10-10 18:04:36 -0400
committerKent Overstreet <kent.overstreet@gmail.com>2019-10-10 18:06:44 -0400
commit7f3557f57efb6e22aa90fdaca481907f633ceb08 (patch)
tree314b07c8751082da37dea73a5436cca688206865 /include/linux/sched/signal.h
parent62f5e4fa67dde8255fa18a06d5354cdca02b6fc7 (diff)
Update bcachefs sources to 7e03c1ab0e bcachefs: Kill bchfs_extent_update()
Diffstat (limited to 'include/linux/sched/signal.h')
-rw-r--r--include/linux/sched/signal.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/linux/sched/signal.h b/include/linux/sched/signal.h
index e69de29b..20bdc050 100644
--- a/include/linux/sched/signal.h
+++ b/include/linux/sched/signal.h
@@ -0,0 +1,11 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+#ifndef _LINUX_SCHED_SIGNAL_H
+#define _LINUX_SCHED_SIGNAL_H
+
+static inline int fatal_signal_pending(struct task_struct *p)
+{
+ return 0;
+}
+
+#endif /* _LINUX_SCHED_SIGNAL_H */
+