]> git.baikalelectronics.ru Git - kernel.git/commit
tipc: Eliminate unnecessary constant for neighbor discovery msg size
authorAllan Stephens <Allan.Stephens@windriver.com>
Mon, 28 Feb 2011 21:02:30 +0000 (16:02 -0500)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 13 Mar 2011 20:35:18 +0000 (16:35 -0400)
commit27103f94295f881cfc49771b96c99b87385ef74c
treeb6ca357a559431559ab747a341b156a21885a3e3
parentf0f8abe1a3a635e56db2c7766881438200e143e5
tipc: Eliminate unnecessary constant for neighbor discovery msg size

Eliminates an unnecessary constant that defines the size of a LINK_CONFIG
message, and uses one of the existing standard message size symbols in
its place. (The defunct constant was located in the wrong place anyway,
since it was grouped with other constants that define message users instead
of message sizes.)

Signed-off-by: Allan Stephens <Allan.Stephens@windriver.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
net/tipc/discover.c
net/tipc/msg.h