patch-2.1.49 linux/fs/nfsd/nfsfh.c
Next file: linux/fs/super.c
Previous file: linux/fs/nfsd/export.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Wed Aug 6 13:03:00 1997
- Orig file:
v2.1.48/linux/fs/nfsd/nfsfh.c
- Orig date:
Sun Jul 27 12:11:01 1997
diff -u --recursive --new-file v2.1.48/linux/fs/nfsd/nfsfh.c linux/fs/nfsd/nfsfh.c
@@ -31,7 +31,7 @@
if(fhp->fh_dverified)
return 0;
- dprintk("nfsd: fh_lookup(exp %x/%d fh %p)\n",
+ dprintk("nfsd: fh_lookup(exp %x/%ld fh %p)\n",
fh->fh_xdev, fh->fh_xino, fh->fh_dentry);
/* Look up the export entry. */
@@ -93,7 +93,7 @@
void
fh_compose(struct svc_fh *fhp, struct svc_export *exp, struct dentry *dentry)
{
- dprintk("nfsd: fh_compose(exp %x/%d dentry %p)\n",
+ dprintk("nfsd: fh_compose(exp %x/%ld dentry %p)\n",
exp->ex_dev, exp->ex_ino, dentry);
fh_init(fhp); /* initialize empty fh */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov