diff options
author | Marcelo Ricardo Leitner <marcelo.leitner@gmail.com> | 2016-04-08 16:41:27 -0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-04-13 23:04:44 -0400 |
commit | 250eb1f8815303f71c94a5680f8e4f2dcfa25cf5 (patch) | |
tree | 191740a5260e9b7f554b80f0116f1f354af6d776 /net/sctp/ulpqueue.c | |
parent | ea019649c37b8aa0d1ac5727d122b2e8ed74f536 (diff) | |
download | blackbird-op-linux-250eb1f8815303f71c94a5680f8e4f2dcfa25cf5.tar.gz blackbird-op-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/ulpqueue.c')
0 files changed, 0 insertions, 0 deletions