Merge branch 'master' into next
Conflicts: security/keys/internal.h security/keys/process_keys.c security/keys/request_key.c Fixed conflicts above by using the non 'tsk' versions. Signed-off-by: James Morris <jmorris@namei.org>
This commit is contained in:
commit
2b82892565
538 changed files with 20119 additions and 5830 deletions
|
@ -14,8 +14,9 @@
|
|||
|
||||
struct scm_fp_list
|
||||
{
|
||||
int count;
|
||||
struct file *fp[SCM_MAX_FD];
|
||||
struct list_head list;
|
||||
int count;
|
||||
struct file *fp[SCM_MAX_FD];
|
||||
};
|
||||
|
||||
struct scm_cookie
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue