summaryrefslogtreecommitdiff
path: root/include/linux/sched.h
diff options
context:
space:
mode:
authorWill Drewry <wad@chromium.org>2012-04-13 01:47:54 +0400
committerJames Morris <james.l.morris@oracle.com>2012-04-14 05:13:19 +0400
commit932ecebb0405b9a41cd18946e6cff8a17d434e23 (patch)
treedc40e09ad9bd9964c93023c329d91296009d7e33 /include/linux/sched.h
parent0c5fe1b4221c6701224c2601cf3c692e5721103e (diff)
downloadlinux-932ecebb0405b9a41cd18946e6cff8a17d434e23.tar.xz
seccomp: kill the seccomp_t typedef
Replaces the seccomp_t typedef with struct seccomp to match modern kernel style. Signed-off-by: Will Drewry <wad@chromium.org> Reviewed-by: James Morris <jmorris@namei.org> Acked-by: Serge Hallyn <serge.hallyn@canonical.com> Acked-by: Eric Paris <eparis@redhat.com> v18: rebase ... v14: rebase/nochanges v13: rebase on to 88ebdda6159ffc15699f204c33feb3e431bf9bdc v12: rebase on to linux-next v8-v11: no changes v7: struct seccomp_struct -> struct seccomp v6: original inclusion in this series. Signed-off-by: James Morris <james.l.morris@oracle.com>
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r--include/linux/sched.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index ba60897bb447..cad15023f458 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -1452,7 +1452,7 @@ struct task_struct {
uid_t loginuid;
unsigned int sessionid;
#endif
- seccomp_t seccomp;
+ struct seccomp seccomp;
/* Thread group tracking */
u32 parent_exec_id;