patch-2.1.34 linux/fs/nfs/nfs2xdr.c

Next file: linux/fs/nfs/nfsroot.c
Previous file: linux/fs/nfs/mount_clnt.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.33/linux/fs/nfs/nfs2xdr.c linux/fs/nfs/nfs2xdr.c
@@ -416,6 +416,7 @@
 		if ((void *) (entry+1) > (void *) string) {
 			printk(KERN_NOTICE "NFS: should not happen in %s!\n",
 					__FUNCTION__);
+			printk(KERN_NOTICE "NFS: len = %d, entry+1=%p, string=%p\n", len, entry+1, string);
 			break;
 		}
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov