]> git.baikalelectronics.ru Git - kernel.git/commit
tipc: Standardize exit logic for message rejection handling
authorAllan Stephens <allan.stephens@windriver.com>
Mon, 23 May 2011 17:47:44 +0000 (13:47 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Fri, 24 Jun 2011 20:18:15 +0000 (16:18 -0400)
commita47058e6677383954df8a9e56875c25f5117db10
tree2dbdf526d8fdeb52acd857fdf62507d7ea3a22da
parentf44d76e28b569315b068f44b68e905481d472d2b
tipc: Standardize exit logic for message rejection handling

Modifies the routine that handles the rejection of payload messages
so that it has a single exit point that frees up the rejected message,
thereby eliminating some duplicated code.

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