commit | 374130770efc80418b155b2966ff958495e03948 | [log] [tgz] |
---|---|---|
author | Benny Halevy <bhalevy@panasas.com> | Tue Dec 23 16:06:14 2008 -0500 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Tue Dec 23 16:06:14 2008 -0500 |
tree | ca6f284a742ee1c6165beb10ca19cd919596bcee | |
parent | aadf61521199e5c0b2976002213819cafa41b897 [diff] |
nfs: remove incorrect usage of nfs4 compound response hdr.status 3 call sites look at hdr.status before returning success. hdr.status must be zero in this case so there's no point in this. Currently, hdr.status is correctly processed at decode_op_hdr time if the op status cannot be decoded. Signed-off-by: Benny Halevy <bhalevy@panasas.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>