commit | c228c24bf1138d4757dbe20615df655815446da3 | [log] [tgz] |
---|---|---|
author | Andy Adamson <andros@netapp.com> | Thu Aug 21 08:42:16 2008 -0400 |
committer | J. Bruce Fields <bfields@citi.umich.edu> | Mon Sep 01 14:17:48 2008 -0400 |
tree | 97ee91f5a0eb5f3944f20c3d147a6b3de2d279ab | |
parent | 24b8b44780a2c53ecb738f4a1c08d114f5eda27c [diff] |
nfsd: fix compound state allocation error handling Move the cstate_alloc call so that if it fails, the response is setup to encode the NFS error. The out label now means that the nfsd4_compound_state has not been allocated. Signed-off-by: Andy Adamson <andros@netapp.com> Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>