patch-2.3.22 linux/fs/smbfs/cache.c

Next file: linux/fs/smbfs/inode.c
Previous file: linux/fs/proc/root.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.21/linux/fs/smbfs/cache.c linux/fs/smbfs/cache.c
@@ -34,7 +34,7 @@
 		len = 80;
 	strncpy(buf, name, len);
 	buf[len] = 0;
-	printk(buf);
+	printk("%s", buf);
 }
 #endif
 

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