diff options
author | Kent Overstreet <kent.overstreet@linux.dev> | 2023-12-11 19:03:22 +0100 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2023-12-21 01:26:31 +0100 |
commit | 6d5e9d63683042a8d344cd5d6f9cf23613864a29 (patch) | |
tree | a0afec6744c6d7429fe3eebeeef20c4554b20209 /drivers/target | |
parent | locking/seqlock: Split out seqlock_types.h (diff) | |
download | linux-6d5e9d63683042a8d344cd5d6f9cf23613864a29.tar.xz linux-6d5e9d63683042a8d344cd5d6f9cf23613864a29.zip |
pid: Split out pid_types.h
Trimming down sched.h dependencies: we dont't want to include more than
the base types.
Cc: Kees Cook <keescook@chromium.org>
Cc: Andy Lutomirski <luto@amacapital.net>
Cc: Will Drewry <wad@chromium.org>
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'drivers/target')
-rw-r--r-- | drivers/target/target_core_xcopy.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/target/target_core_xcopy.c b/drivers/target/target_core_xcopy.c index 91ed015b588c..4128631c9dfd 100644 --- a/drivers/target/target_core_xcopy.c +++ b/drivers/target/target_core_xcopy.c @@ -15,6 +15,7 @@ #include <linux/slab.h> #include <linux/spinlock.h> #include <linux/list.h> +#include <linux/rculist.h> #include <linux/configfs.h> #include <linux/ratelimit.h> #include <scsi/scsi_proto.h> |