inet: move ir_mark to fill a hole
authorEric Dumazet <edumazet@google.com>
Tue, 17 Mar 2015 04:06:18 +0000 (21:06 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 17 Mar 2015 19:17:59 +0000 (15:17 -0400)
commitadc17d6a6ca08d11f70f6c49f3d40b87b68fe53f
tree6d0190d1a303106341be9109a4a2cbae9278ecb9
parenta9407000038805e5215a49c0a50c9e2b2ff38220
inet: move ir_mark to fill a hole

On 64bit arches, we can save 8 bytes in inet_request_sock
by moving ir_mark to fill a hole.

While we are at it, inet_request_mark() can get a const qualifier
for listener socket.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/inet_sock.h