From: Allan Stephens Date: Thu, 26 Apr 2012 21:57:17 +0000 (-0400) Subject: tipc: Enhance error checking of published names X-Git-Tag: v3.5-rc1~109^2~230^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f1778969359a71f398c9ac6d3a9a3e61439b466;p=pandora-kernel.git tipc: Enhance error checking of published names Consolidates validation of scope and name sequence range values into a single routine where it applies both to local name publications and to name publications issued by other nodes in the network. This change means that the scope value for non-local publications is now validated and the name sequence range for local publications is now validated only once. Additionally, a publication attempt that fails validation now creates an entry in the system log file only if debugging capabilities have been enabled; this prevents the system log from being cluttered up with messages caused by a defective application or network node. Signed-off-by: Allan Stephens Signed-off-by: Paul Gortmaker --- Reading git-diff-tree failed