diff options
Diffstat (limited to 'xlators')
| -rw-r--r-- | xlators/nfs/server/src/nfs3-helpers.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/xlators/nfs/server/src/nfs3-helpers.c b/xlators/nfs/server/src/nfs3-helpers.c index ad4c87e69d7..5ed57bde0e2 100644 --- a/xlators/nfs/server/src/nfs3-helpers.c +++ b/xlators/nfs/server/src/nfs3-helpers.c @@ -3786,6 +3786,7 @@ nfs3_fh_resolve_entry_hard (nfs3_call_state_t *cs)  		    (nfs3_create_op (cs) && !nfs3_create_exclusive_op (cs))) {                          cs->lookuptype = GF_NFS3_FRESH;                          cs->resolve_ret = 0; +                        cs->hardresolved = 0;                          nfs3_call_resume (cs);                  } else {  			cs->hardresolved = 1;  | 
