]> git.karo-electronics.de Git - karo-tx-linux.git/commit
seccomp: kill the seccomp_t typedef
authorWill Drewry <wad@chromium.org>
Thu, 12 Apr 2012 21:47:54 +0000 (16:47 -0500)
committerJames Morris <james.l.morris@oracle.com>
Sat, 14 Apr 2012 01:13:19 +0000 (11:13 +1000)
commit932ecebb0405b9a41cd18946e6cff8a17d434e23
treedc40e09ad9bd9964c93023c329d91296009d7e33
parent0c5fe1b4221c6701224c2601cf3c692e5721103e
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>
include/linux/sched.h
include/linux/seccomp.h