]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
tipc: make msg_set_redundant_link() consistent with other set ops
authorAllan Stephens <Allan.Stephens@windriver.com>
Mon, 28 Feb 2011 20:30:20 +0000 (15:30 -0500)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 13 Mar 2011 20:35:17 +0000 (16:35 -0400)
commit77f167fcce4d2ea144d92891d1e0fc0c50554082
treef662c67ee14b67a4cea6abcae45be33c3de6b920
parent8f19afb2dbc885befef2a4e7931dfcb51702a212
tipc: make msg_set_redundant_link() consistent with other set ops

All the other boolean like msg_set_X(m) operations don't
export both a msg_set_X(a) and a msg_clear_X(m), but instead
just have the single msg_set_X(m, val) variant.

Make the redundant_link one consistent by having the set take
a value, and delete the msg_clear_redundant_link() anomoly.
This is a cosmetic change and should not change behaviour.

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