Hook NFS proxy together with BlueSky core.
[bluesky.git] / nfs3 / mount.c
index e4eb3a1..8b2ba7b 100644 (file)
@@ -19,8 +19,8 @@ mountproc3_null_3_svc(void *argp, struct svc_req *rqstp)
 mountres3 *
 mountproc3_mnt_3_svc(dirpath *argp, struct svc_req *rqstp)
 {
-    static char fhbytes[] = {0, 0, 0, 1};
-    static fhandle3 fh = {4, fhbytes};
+    static char fhbytes[] = {0, 0, 0, 0, 0, 0, 0, 1};
+    static fhandle3 fh = {8, fhbytes};
     static mountres3 result;
     static int auth_flavors = AUTH_UNIX;