diff options
Diffstat (limited to 'xlators/nfs/server/src/nfs3.h')
-rw-r--r-- | xlators/nfs/server/src/nfs3.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/nfs/server/src/nfs3.h b/xlators/nfs/server/src/nfs3.h index e64ef9d1591..f1b89fe17a8 100644 --- a/xlators/nfs/server/src/nfs3.h +++ b/xlators/nfs/server/src/nfs3.h @@ -232,7 +232,7 @@ struct nfs3_local { mode_t mode; /* NFSv3 FH resolver state */ - int hardresolved; + int hardresolved; struct nfs3_fh resolvefh; loc_t resolvedloc; int resolve_ret; |