]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
tipc: Remove deferred queue head caching during broadcast message reception
authorAllan Stephens <allan.stephens@windriver.com>
Thu, 7 Apr 2011 18:20:45 +0000 (14:20 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 1 Sep 2011 15:16:36 +0000 (11:16 -0400)
commit693d03ae3c2bafd7caca1cf4ade9f23f107e33c1
tree2dc990b3f30e566ae10d31029dc8182d6f20c4dd
parent5d3c488dfe5f797d9f3cee2e8928aad8a2f6e44f
tipc: Remove deferred queue head caching during broadcast message reception

Modifies TIPC's incoming broadcast packet handler so that it no longer
pre-reads information about the deferred packet queue, since the cached
value is unreliable once the associated node lock has been released.

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