patch-2.1.104 linux/fs/nfsd/nfsctl.c
Next file: linux/fs/nfsd/nfsfh.c
Previous file: linux/fs/nfsd/export.c
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Thu May 21 13:57:47 1998
-  Orig file: 
v2.1.103/linux/fs/nfsd/nfsctl.c
-  Orig date: 
Thu May  7 22:51:53 1998
diff -u --recursive --new-file v2.1.103/linux/fs/nfsd/nfsctl.c linux/fs/nfsd/nfsctl.c
@@ -124,7 +124,7 @@
 	if (!(clp = exp_getclient(sin)))
 		err = -EPERM;
 	else
-		err = exp_rootfh(clp, data->gf_dev, data->gf_ino, res);
+		err = exp_rootfh(clp, to_kdev_t(data->gf_dev), data->gf_ino, res);
 	exp_unlock();
 
 	return err;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov