commit | d9afbd1b0889e7da6742e9c67ccc7becc4161f65 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Mon Oct 22 20:28:44 2012 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Thu Dec 06 00:30:48 2012 +0100 |
tree | 7ca0f67463f1b438260713d4f028dabf98e25a03 | |
parent | 6ba7db3420c0dbf3ede16f19a593e6a80edc043f [diff] |
NFSv4.1: Simplify the sequence setup Nobody calls nfs4_setup_sequence or nfs41_setup_sequence without also calling rpc_call_start() on success. This commit therefore folds the rpc_call_start call into nfs41_setup_sequence(). Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>