1. 05 1月, 2011 1 次提交
    • J
      svcrpc: modifying valid sunrpc cache entries is racy · 31f7aa65
      J. Bruce Fields 提交于
      Once a sunrpc cache entry is VALID, we should be replacing it (and
      allowing any concurrent users to destroy it on last put) instead of
      trying to update it in place.
      
      Otherwise someone referencing the ip_map we're modifying here could try
      to use the m_client just as we're putting the last reference.
      
      The bug should only be seen by users of the legacy nfsd interfaces.
      
      (Thanks to Neil for suggestion to use sunrpc_invalidate.)
      Reviewed-by: NNeilBrown <neilb@suse.de>
      Signed-off-by: NJ. Bruce Fields <bfields@redhat.com>
      31f7aa65
  2. 30 12月, 2010 1 次提交
  3. 18 12月, 2010 12 次提交
  4. 16 12月, 2010 6 次提交
  5. 15 12月, 2010 20 次提交