summaryrefslogtreecommitdiffstats
path: root/net/sctp/sm_sideeffect.c
diff options
context:
space:
mode:
authorMarcelo Ricardo Leitner <marcelo.leitner@gmail.com>2016-04-08 16:41:27 -0300
committerDavid S. Miller <davem@davemloft.net>2016-04-13 23:04:44 -0400
commit250eb1f8815303f71c94a5680f8e4f2dcfa25cf5 (patch)
tree191740a5260e9b7f554b80f0116f1f354af6d776 /net/sctp/sm_sideeffect.c
parentea019649c37b8aa0d1ac5727d122b2e8ed74f536 (diff)
downloadlinux-250eb1f8815303f71c94a5680f8e4f2dcfa25cf5.tar.gz
linux-250eb1f8815303f71c94a5680f8e4f2dcfa25cf5.tar.bz2
linux-250eb1f8815303f71c94a5680f8e4f2dcfa25cf5.zip
sctp: compress bit-wide flags to a bitfield on sctp_sock
It wastes space and gets worse as we add new flags, so convert bit-wide flags to a bitfield. Currently it already saves 4 bytes in sctp_sock, which are left as holes in it for now. The whole struct needs packing, which should be done in another patch. Note that do_auto_asconf cannot be merged, as explained in the comment before it. Signed-off-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com> Acked-by: Neil Horman <nhorman@tuxdriver.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/sctp/sm_sideeffect.c')
0 files changed, 0 insertions, 0 deletions