mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-04 13:21:45 +00:00
Get rid of indirect include of fs_struct.h
Don't pull it in sched.h; very few files actually need it and those can include directly. sched.h itself only needs forward declaration of struct fs_struct; Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
ce3b0f8d5c
commit
5ad4e53bd5
19 changed files with 20 additions and 2 deletions
|
@ -8,6 +8,7 @@ struct mnt_namespace;
|
|||
struct uts_namespace;
|
||||
struct ipc_namespace;
|
||||
struct pid_namespace;
|
||||
struct fs_struct;
|
||||
|
||||
/*
|
||||
* A structure to contain pointers to all per-process
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue