From: Jon Paul Maloy Date: Thu, 13 Feb 2014 22:29:15 +0000 (-0500) Subject: tipc: changes to general packet reception algorithm X-Git-Tag: v3.15-rc1~113^2~365^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5377831eb64c1b8a7b911dc79aec73a930e95da;p=pandora-kernel.git tipc: changes to general packet reception algorithm We change the order of checking for destination users when processing incoming packets. By placing the checks for users that may potentially replace the processed buffer, i.e., CHANGEOVER_PROTOCOL and MSG_FRAGMENTER, in a separate step before we check for the true end users, we get rid of a label and a 'goto', at the same time making the code more comprehensible and easy to follow. This commit does not change any functionality, it is just a cosmetic code reshuffle. Signed-off-by: Jon Maloy Reviewed-by: Ying Xue Signed-off-by: David S. Miller --- Reading git-diff-tree failed