diff options
author | Shehjar Tikoo <shehjart@gluster.com> | 2010-12-29 05:42:02 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2010-12-29 10:20:50 -0800 |
commit | cbba1c3f55a7f73791310085b5d9bc65008f0b9b (patch) | |
tree | f1d09a4bf3524b1879e9918ceb2e58d2671036f1 /xlators/nfs/server/src/nfs3.h | |
parent | 165efc45ab5518033612a58c1ac51243eb6bcef8 (diff) |
nfs3: Force root lookup before starting fh resolutionv3.1.2qa3
Signed-off-by: Shehjar Tikoo <shehjart@gluster.com>
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
BUG: 2200 (cp dies with "Invalid argument" after failover)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2200
Diffstat (limited to 'xlators/nfs/server/src/nfs3.h')
-rw-r--r-- | xlators/nfs/server/src/nfs3.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xlators/nfs/server/src/nfs3.h b/xlators/nfs/server/src/nfs3.h index 7301fe0d8ca..bf4371a8a45 100644 --- a/xlators/nfs/server/src/nfs3.h +++ b/xlators/nfs/server/src/nfs3.h @@ -88,6 +88,7 @@ struct nfs3_export { int access; int trusted_sync; int trusted_write; + int rootlookedup; }; #define GF_NFS3_DEFAULT_VOLACCESS (GF_NFS3_VOLACCESS_RW) |