This removes int format, long argument issue in fs/reiserfs/super.c
--- linux-2.4.20/fs/reiserfs/super.c~ 2002-11-29 00:53:15.000000000 +0100
+++ linux-2.4.20/fs/reiserfs/super.c 2003-03-12 16:42:56.000000000 +0100
@@ -865,7 +865,7 @@
brelse (bh);
if (s->s_blocksize != 4096) {
- printk("Unsupported reiserfs blocksize: %d on %s, only 4096 bytes "
+ printk("Unsupported reiserfs blocksize: %ld on %s, only 4096 bytes "
"blocksize is supported.\n", s->s_blocksize, kdevname (s->s_dev));
return 1;
}
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/