The patch titled ext3: remove inconsistent space before exclamation point in mount code has been added to the -mm tree. Its filename is remove-inconsistent-space-before-exclamation-point-in-ext3s-mount-code.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: ext3: remove inconsistent space before exclamation point in mount code From: "Theodore Ts'o" <tytso@xxxxxxx> This was reported as Debian bug #336604. Signed-off-by: "Theodore Ts'o" <tytso@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- fs/ext3/super.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN fs/ext3/super.c~remove-inconsistent-space-before-exclamation-point-in-ext3s-mount-code fs/ext3/super.c --- devel/fs/ext3/super.c~remove-inconsistent-space-before-exclamation-point-in-ext3s-mount-code 2006-05-22 14:29:29.000000000 -0700 +++ devel-akpm/fs/ext3/super.c 2006-05-22 14:29:29.000000000 -0700 @@ -1595,7 +1595,7 @@ static int ext3_fill_super (struct super } } if (!ext3_check_descriptors (sb)) { - printk (KERN_ERR "EXT3-fs: group descriptors corrupted !\n"); + printk(KERN_ERR "EXT3-fs: group descriptors corrupted!\n"); goto failed_mount2; } sbi->s_gdb_count = db_count; _ Patches currently in -mm which might be from tytso@xxxxxxx are origin.patch cleanup-dead-code-from-ext2-mount-code.patch fix-memory-leak-when-the-ext3s-journal-file-is-corrupted.patch remove-inconsistent-space-before-exclamation-point-in-ext3s-mount-code.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html