lkml.org 
[lkml]   [2003]   [Mar]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: [PATCH][TRIVIAL] Linux 2.4.21pre5-ac3 - change format in reiserfs/super.c
> 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/
\
 
 \ /
  Last update: 2005-03-22 13:33    [W:1.065 / U:0.012 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site