The patch titled ext2-reservations-bring-ext2-reservations-code-in-line-with-latest-ext3 printk fix has been added to the -mm tree. Its filename is ext2-reservations-bring-ext2-reservations-code-in-line-with-latest-ext3-printk-fix.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ 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-fix.patch ext2-reservations-sequential-read-regression-fix.patch ext2-reservations-filesystem-bogus-ENOSPC-with-reservation-fix.patch ext2-reservations-ext3_clear_inode-avoid-kfree-null.patch ext2-reservations-multile-block-allocate-little-endian-fixes.patch ext2-reservations-mark-group-descriptors-dirty-during-allocation.patch ext2-reservations-nuke-noisy-printk.patch ext2-reservations-bring-ext2-reservations-code-in-line-with-latest-ext3.patch ext2-reservations-bring-ext2-reservations-code-in-line-with-latest-ext3-fix.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