Merge branch 'per_signal_struct_coredumps-for-v5.16' of git://git.kernel.org/pub...
[linux-2.6-microblaze.git] / include / linux / mm_types.h
index 8f31314..f7326c8 100644 (file)
@@ -454,17 +454,6 @@ struct vm_area_struct {
        struct vm_userfaultfd_ctx vm_userfaultfd_ctx;
 } __randomize_layout;
 
-struct core_thread {
-       struct task_struct *task;
-       struct core_thread *next;
-};
-
-struct core_state {
-       atomic_t nr_threads;
-       struct core_thread dumper;
-       struct completion startup;
-};
-
 struct kioctx_table;
 struct mm_struct {
        struct {
@@ -585,8 +574,6 @@ struct mm_struct {
 
                unsigned long flags; /* Must use atomic bitops to access */
 
-               struct core_state *core_state; /* coredumping support */
-
 #ifdef CONFIG_AIO
                spinlock_t                      ioctx_lock;
                struct kioctx_table __rcu       *ioctx_table;