patch-2.4.0-test10 linux/fs/nfsd/vfs.c

Next file: linux/fs/nls/nls_base.c
Previous file: linux/fs/nfsd/nfsfh.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test9/linux/fs/nfsd/vfs.c linux/fs/nfsd/vfs.c
@@ -74,8 +74,8 @@
 				p_rawin;
 };
 
-static struct raparms *		raparml = NULL;
-static struct raparms *		raparm_cache = NULL;
+static struct raparms *		raparml;
+static struct raparms *		raparm_cache;
 
 /*
  * Look up one component of a pathname.
@@ -714,7 +714,7 @@
 	}
 
 	if (err >= 0 && stable) {
-		static unsigned long	last_ino = 0;
+		static unsigned long	last_ino;
 		static kdev_t		last_dev = NODEV;
 
 		/*

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)