The patch titled ext3: remove inconsistent space before exclamation point in mount code has been removed from the -mm tree. Its filename is remove-inconsistent-space-before-exclamation-point-in-ext3s-mount-code.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ 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 file 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 --- a/fs/ext3/super.c~remove-inconsistent-space-before-exclamation-point-in-ext3s-mount-code +++ a/fs/ext3/super.c @@ -1603,7 +1603,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 git-kbuild.patch remove-tty_dont_flip.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