The patch titled ext2-reservations-bring-ext2-reservations-code-in-line-with-latest-ext3 printk fix has been removed from the -mm tree. Its filename was ext2-reservations-bring-ext2-reservations-code-in-line-with-latest-ext3-printk-fix.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: ext2-reservations-bring-ext2-reservations-code-in-line-with-latest-ext3 printk fix From: Martin Bligh <mbligh@xxxxxxxxxx> Small type error for printk Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- fs/ext2/balloc.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) diff -puN fs/ext2/balloc.c~ext2-reservations-bring-ext2-reservations-code-in-line-with-latest-ext3-printk-fix fs/ext2/balloc.c --- a/fs/ext2/balloc.c~ext2-reservations-bring-ext2-reservations-code-in-line-with-latest-ext3-printk-fix +++ a/fs/ext2/balloc.c @@ -1313,7 +1313,8 @@ allocated: EXT2_SB(sb)->s_itb_per_group)) ext2_error(sb, "ext2_new_blocks", "Allocating block in system zone - " - "blocks from %u, length %lu", ret_block, num); + "blocks from "E2FSBLK", length %lu", + ret_block, num); performed_allocation = 1; _ Patches currently in -mm which might be from mbligh@xxxxxxxxxx are ext2-reservations.patch ext2-reservations-bring-ext2-reservations-code-in-line-with-latest-ext3-printk-fix.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