1. 02 2月, 2008 1 次提交
    • J
      nfsd4: probe callback channel only once · 46f8a64b
      J. Bruce Fields 提交于
      Our callback code doesn't actually handle concurrent attempts to probe
      the callback channel.  Some rethinking of the locking may be required.
      However, we can also just move the callback probing to this case.  Since
      this is the only time a client is "confirmed" (and since that can only
      happen once in the lifetime of a client), this ensures we only probe
      once.
      Signed-off-by: NJ. Bruce Fields <bfields@citi.umich.edu>
      46f8a64b
  2. 01 2月, 2008 39 次提交