Merge 6ad4bf6ea1 ("Merge tag 'io_uring-5.10-2020-10-12' of git://git.kernel.dk/linux-block") into android-mainline
Resolves conflict with: kernel/fork.c Signed-off-by: Greg Kroah-Hartman <gregkh@google.com> Change-Id: I6c031ef388bfddfe80a64929d62969718755f740
This commit is contained in:
@@ -64,6 +64,7 @@ struct sighand_struct;
|
||||
struct signal_struct;
|
||||
struct task_delay_info;
|
||||
struct task_group;
|
||||
struct io_uring_task;
|
||||
|
||||
/*
|
||||
* Task state bitmask. NOTE! These bits are also
|
||||
@@ -940,6 +941,10 @@ struct task_struct {
|
||||
/* Open file information: */
|
||||
struct files_struct *files;
|
||||
|
||||
#ifdef CONFIG_IO_URING
|
||||
struct io_uring_task *io_uring;
|
||||
#endif
|
||||
|
||||
/* Namespaces: */
|
||||
struct nsproxy *nsproxy;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user