diff options
author | Gerrit Renker <gerrit@erg.abdn.ac.uk> | 2008-09-04 07:30:19 +0200 |
---|---|---|
committer | Gerrit Renker <gerrit@erg.abdn.ac.uk> | 2008-09-04 07:45:28 +0200 |
commit | 73bbe095bbb9ce5f94d5475bad54c7ccd8573b1b (patch) | |
tree | f0bd33e1d28c3c5310b0321761dfc53d753d4b01 /include/linux/dccp.h | |
parent | 17c30b40ed79e9f3955e884632c8f01e577b204a (diff) |
dccp: Tidy up setsockopt calls
This splits the setsockopt calls into two groups, depending on whether an
integer argument (val) is required and whether routines being called do
their own locking.
Some options (such as setting the CCID) use u8 rather than int, so that for
these the test with regard to integer-sizeof can not be used.
The second switch-case statement now only has those statements which need
locking and which make use of `val'.
Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk>
Acked-by: Ian McDonald <ian.mcdonald@jandi.co.nz>
Acked-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Reviewed-by: Eugene Teo <eugeneteo@kernel.sg>
Diffstat (limited to 'include/linux/dccp.h')
0 files changed, 0 insertions, 0 deletions