commit | 757152175666681d54d370500e41a756cfedd4fc | [log] [tgz] |
---|---|---|
author | Allan Stephens <allan.stephens@windriver.com> | Wed Jun 04 17:37:34 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Jun 04 17:37:34 2008 -0700 |
tree | 39452e5ea148ec0743300a14a336c861a344fe0a | |
parent | 9c396a7bfb4fe74e444be09069651280da520944 [diff] |
tipc: Optimize message initialization routine This patch eliminates the rarely-used "error code" argument when initializing a TIPC message header, since the default value of zero is the desired result in most cases; the few exceptional cases now set the error code explicitly. Signed-off-by: Allan Stephens <allan.stephens@windriver.com> Signed-off-by: David S. Miller <davem@davemloft.net>