patch-1.3.99 linux/fs/nfs/nfsroot.c
Next file: linux/fs/super.c
Previous file: linux/fs/locks.c
Back to the patch index
Back to the overall index
-  Lines: 20
 -  Date:
Mon May  6 12:26:14 1996
 -  Orig file: 
v1.3.98/linux/fs/nfs/nfsroot.c
 -  Orig date: 
Sun May  5 08:52:03 1996
 
diff -u --recursive --new-file v1.3.98/linux/fs/nfs/nfsroot.c linux/fs/nfs/nfsroot.c
@@ -292,7 +292,7 @@
 	unsigned long sip, tip;
 	unsigned char *sha, *tha;		/* s for "source", t for "target" */
 
-	/* If this test doesn't pass, its not IP, or we should ignore it anyway */
+	/* If this test doesn't pass, it's not IP, or we should ignore it anyway */
 	if (rarp->ar_hln != dev->addr_len || dev->type != ntohs(rarp->ar_hrd)) {
 		kfree_skb(skb, FREE_READ);
 		return 0;
@@ -763,9 +763,9 @@
  */
 static void root_do_bootp_ext(u8 *ext)
 {
+#ifdef NFSROOT_BOOTP_DEBUG
 	u8 *c;
 
-#ifdef NFSROOT_BOOTP_DEBUG
 	printk("BOOTP: Got extension %02x",*ext);
 	for(c=ext+2; c<ext+2+ext[1]; c++)
 		printk(" %02x", *c);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this