diff options
| -rw-r--r-- | xlators/nfs/server/src/nfs3-fh.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/xlators/nfs/server/src/nfs3-fh.c b/xlators/nfs/server/src/nfs3-fh.c index 10c00ba3287..043c9691e27 100644 --- a/xlators/nfs/server/src/nfs3-fh.c +++ b/xlators/nfs/server/src/nfs3-fh.c @@ -85,6 +85,7 @@ nfs3_fh_build_uuid_root_fh (uuid_t volumeid)          struct nfs3_fh  fh = {{0}, };          struct iatt     buf = {0, }; +        buf.ia_gfid[15] = 1;          nfs3_fh_init (&fh, &buf);          uuid_copy (fh.exportid, volumeid);  | 
