1. 23 May, 2012 1 commit
    • Trond Myklebust's avatar
      NFSv4.1: Fix session initialisation races · 7b38c368
      Trond Myklebust authored
      Session initialisation is not complete until the lease manager
      has run. We need to ensure that both nfs4_init_session and
      nfs4_init_ds_session do so, and that they check for any resulting
      errors in clp->cl_cons_state.
      
      Only after this is done, can nfs4_ds_connect check the contents
      of clp->cl_exchange_flags.
      Signed-off-by: default avatarTrond Myklebust <Trond.Myklebust@netapp.com>
      Cc: Andy Adamson <andros@netapp.com>
      7b38c368
  2. 22 May, 2012 19 commits
  3. 21 May, 2012 1 commit
  4. 19 May, 2012 14 commits
  5. 16 May, 2012 4 commits
  6. 15 May, 2012 1 commit
    • Randy Dunlap's avatar
      sunrpc: fix kernel-doc warnings · bda14606
      Randy Dunlap authored
      Fix kernel-doc warnings in sunrpc/rpc_pipe.c and
      sunrpc/rpcb_clnt.c:
      
      Warning(net/sunrpc/rpcb_clnt.c:428): No description found for parameter 'net'
      Warning(net/sunrpc/rpcb_clnt.c:567): No description found for parameter 'net'
      
      Warning(net/sunrpc/rpc_pipe.c:133): No description found for parameter 'pipe'
      Warning(net/sunrpc/rpc_pipe.c:133): Excess function parameter 'inode' description in 'rpc_queue_upcall'
      Warning(net/sunrpc/rpc_pipe.c:839): No description found for parameter 'pipe'
      Warning(net/sunrpc/rpc_pipe.c:839): Excess function parameter 'ops' description in 'rpc_mkpipe_dentry'
      Warning(net/sunrpc/rpc_pipe.c:839): Excess function parameter 'flags' description in 'rpc_mkpipe_dentry'
      Warning(net/sunrpc/rpc_pipe.c:949): No description found for parameter 'dentry'
      Warning(net/sunrpc/rpc_pipe.c:949): Excess function parameter 'clnt' description in 'rpc_remove_client_dir'
      Signed-off-by: default avatarRandy Dunlap <rdunlap@xenotime.net>
      Signed-off-by: default avatarTrond Myklebust <Trond.Myklebust@netapp.com>
      bda14606