From cbba1c3f55a7f73791310085b5d9bc65008f0b9b Mon Sep 17 00:00:00 2001 From: Shehjar Tikoo Date: Wed, 29 Dec 2010 05:42:02 +0000 Subject: nfs3: Force root lookup before starting fh resolution Signed-off-by: Shehjar Tikoo Signed-off-by: Anand V. Avati BUG: 2200 (cp dies with "Invalid argument" after failover) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2200 --- xlators/nfs/server/src/nfs3.h | 1 + 1 file changed, 1 insertion(+) (limited to 'xlators/nfs/server/src/nfs3.h') 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) -- cgit