tipc: Create helper routine to delete unused name sequence structure
authorAllan Stephens <allan.stephens@windriver.com>
Thu, 26 Apr 2012 21:53:03 +0000 (17:53 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 26 Apr 2012 22:15:47 +0000 (18:15 -0400)
commitf7fb9d20ade55e538efe91477014b6b367ecd802
tree7cac6b8fff5f461355a5913c171f801733bf4a80
parentbbe6a295d0a987068c89ca7e7b7291b754995754
tipc: Create helper routine to delete unused name sequence structure

Replaces two identical chunks of code that delete an unused name
sequence structure from TIPC's name table with calls to a new routine
that performs this operation.

This change is cosmetic and doesn't impact the operation of TIPC.

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