]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitcf4d47ce7949991e4dc213ea1ff8c8793f67c0e6
tree7cac6b8fff5f461355a5913c171f801733bf4a80
parent282f4ca9f91dbdd3c540f8b93204385bb5024afe
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