From: Allan Stephens Date: Mon, 28 Feb 2011 20:30:20 +0000 (-0500) Subject: tipc: make msg_set_redundant_link() consistent with other set ops X-Git-Tag: v2.6.39-rc1~468^2~60^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77f167fcce4d2ea144d92891d1e0fc0c50554082;p=pandora-kernel.git 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 Signed-off-by: Paul Gortmaker --- Reading git-diff-tree failed