patch-2.4.19 linux-2.4.19/fs/intermezzo/super.c
Next file: linux-2.4.19/fs/intermezzo/vfs.c
Previous file: linux-2.4.19/fs/intermezzo/psdev.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Fri Aug 2 17:39:45 2002
- Orig file:
linux-2.4.18/fs/intermezzo/super.c
- Orig date:
Mon Feb 25 11:38:08 2002
diff -urN linux-2.4.18/fs/intermezzo/super.c linux-2.4.19/fs/intermezzo/super.c
@@ -404,7 +404,7 @@
cache = presto_find_cache(sb->s_dev);
if (!cache) {
- printk(__FUNCTION__ ": cannot find cache on remount\n");
+ printk( "%s: cannot find cache on remount\n", __FUNCTION__);
err = -ENODEV;
EXIT;
goto out_err;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)