patch-2.4.0-test10 linux/fs/inode.c

Next file: linux/fs/isofs/rock.c
Previous file: linux/fs/hpfs/buffer.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test9/linux/fs/inode.c linux/fs/inode.c
@@ -547,7 +547,7 @@
  
 struct inode * get_empty_inode(void)
 {
-	static unsigned long last_ino = 0;
+	static unsigned long last_ino;
 	struct inode * inode;
 
 	inode = alloc_inode();

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