commit | 2a6e26cdb8f17b1075c2dfd8f2f3c341bac4f441 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Wed Jun 16 09:52:25 2010 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Tue Jun 22 13:24:01 2010 -0400 |
tree | cedbb039984d1bff14977c36ced8d04a9d878b16 | |
parent | d5f8d3fe72594f2e896b407f78daf24f37ef4d53 [diff] |
NFSv4.1: Clean up nfs4_setup_sequence Firstly, there is little point in first zeroing out the entire struct nfs4_sequence_res, and then initialising all fields save one. Just initialise the last field to zero... Secondly, nfs41_setup_sequence() has only 2 possible return values: 0, or -EAGAIN, so there is no 'terminate rpc task' case. Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>