summaryrefslogtreecommitdiff
path: root/net/dccp/ccid.c
diff options
context:
space:
mode:
authorPaul Moore <paul.moore@hp.com>2007-06-08 01:37:15 (GMT)
committerDavid S. Miller <davem@sunset.davemloft.net>2007-06-08 20:33:09 (GMT)
commitba6ff9f2b5c6018b293bd21083ffaa5ad710e671 (patch)
tree7a868d3a1948ab9e1aaf7b6e64e114e0f790370d /net/dccp/ccid.c
parent6363097cc4d182f93788131b5d8f72aa91d950a0 (diff)
downloadlinux-fsl-qoriq-ba6ff9f2b5c6018b293bd21083ffaa5ad710e671.tar.xz
[NetLabel]: consolidate the struct socket/sock handling to just struct sock
The current NetLabel code has some redundant APIs which allow both "struct socket" and "struct sock" types to be used; this may have made sense at some point but it is wasteful now. Remove the functions that operate on sockets and convert the callers. Not only does this make the code smaller and more consistent but it pushes the locking burden up to the caller which can be more intelligent about the locks. Also, perform the same conversion (socket to sock) on the SELinux/NetLabel glue code where it make sense. Signed-off-by: Paul Moore <paul.moore@hp.com> Acked-by: James Morris <jmorris@namei.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/dccp/ccid.c')
0 files changed, 0 insertions, 0 deletions