tipc: Eliminate checks for empty zone list during name translation
authorAllan Stephens <allan.stephens@windriver.com>
Mon, 30 May 2011 15:27:50 +0000 (11:27 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Fri, 24 Jun 2011 20:18:16 +0000 (16:18 -0400)
commit8af4638a297b43c4929fdc01456b7f0698de0c0e
tree1a0e3bb9412630799755d9bcfe1ab170c6e21dde
parentf6f0a4d2d05f758f011a506731e84160d140304b
tipc: Eliminate checks for empty zone list during name translation

Gets rid of a pair of checks to see if a name sequence entry in
TIPC's name table has an empty zone list. These checks are pointless
since the zone list can never be empty (i.e. as soon as the list
becomes empty the associated name sequence entry is deleted).

Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
net/tipc/name_table.c