From: Allan Stephens Date: Fri, 21 Jan 2011 14:45:33 +0000 (-0500) Subject: tipc: Minor optimization to topology service connection establishment X-Git-Tag: v2.6.39-rc1~468^2~274^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69218fc426569739d2bb68e15ac4905948409642;p=pandora-kernel.git tipc: Minor optimization to topology service connection establishment Eliminates a local iovec structure containing no data, which was previously used during the establishment of a topology service connection, since the same effect can be achieved by passing in a NULL pointer and an iovec length of zero. Signed-off-by: Allan Stephens Signed-off-by: Paul Gortmaker --- Reading git-diff-tree failed