Re: [PATCH][TRIVIAL] Linux 2.4.21pre5-ac3 - change format in reiserfs/super.c

From: Maciej Soltysiak (solt@dns.toxicfilms.tv)
Date: Wed Mar 12 2003 - 10:49:43 EST


> Linux 2.4.21pre5-ac3

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/



This archive was generated by hypermail 2b29 : Sat Mar 15 2003 - 22:00:31 EST