1. 14 3月, 2011 1 次提交
    • A
      tipc: Fix problem with missing link in "tipc-config -l" output · 9df3b7eb
      Allan Stephens 提交于
      Removes a race condition that could cause TIPC's internal counter
      of the number of links it has to neighboring nodes to have the
      incorrect value if two independent threads of control simultaneously
      create new link endpoints connecting to two different nodes using two
      different bearers. Such under counting would result in TIPC failing to
      list the final link(s) in its response to a configuration request to
      list all of the node's links. The counter is now updated atomically
      to ensure that simultaneous increments do not interfere with each
      other.
      
      Thanks go to Peter Butler <pbutler@pt.com> for his assistance in
      diagnosing and fixing this problem.
      Signed-off-by: NAllan Stephens <Allan.Stephens@windriver.com>
      Signed-off-by: NPaul Gortmaker <paul.gortmaker@windriver.com>
      9df3b7eb
  2. 02 1月, 2011 3 次提交
  3. 03 9月, 2008 1 次提交
  4. 22 5月, 2008 1 次提交
  5. 11 2月, 2007 1 次提交
  6. 18 1月, 2006 1 次提交
  7. 13 1月, 2006 4 次提交