]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb2068f6da6533749c36e3d5cb86fd2a2b387f648
tree6d0190d1a303106341be9109a4a2cbae9278ecb9
parentebaf330f0019ba6334c035645e3222742957305b
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