patch-2.0.34 linux/fs/ext/freelists.c

Next file: linux/fs/ext2/file.c
Previous file: linux/fs/dquot.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.0.33/linux/fs/ext/freelists.c linux/fs/ext/freelists.c
@@ -188,7 +188,7 @@
 		return;
 	}
 	if (inode->i_count != 1) {
-		printk("free_inode: inode has count=%d\n",inode->i_count);
+		printk("free_inode: inode has count=%ld\n",inode->i_count);
 		return;
 	}
 	if (inode->i_nlink) {

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