The patch titled dm snapshot: fix invalidation ENOMEM has been added to the -mm tree. Its filename is dm-snapshot-fix-invalidation-enomem.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: dm snapshot: fix invalidation ENOMEM From: Milan Broz <mbroz@xxxxxxxxxx> Fix ENOMEM error sign. Signed-off-by: Milan Broz <mbroz@xxxxxxxxxx> Signed-off-by: Alasdair G Kergon <agk@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/md/dm-snap.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/md/dm-snap.c~dm-snapshot-fix-invalidation-enomem drivers/md/dm-snap.c --- a/drivers/md/dm-snap.c~dm-snapshot-fix-invalidation-enomem +++ a/drivers/md/dm-snap.c @@ -1034,7 +1034,7 @@ static int __origin_write(struct list_he pe = __find_pending_exception(snap, bio); if (!pe) { - __invalidate_snapshot(snap, pe, ENOMEM); + __invalidate_snapshot(snap, pe, -ENOMEM); goto next_snapshot; } _ Patches currently in -mm which might be from mbroz@xxxxxxxxxx are git-block.patch dm-support-ioctls-on-mapped-devices.patch dm-linear-support-ioctls.patch dm-mpath-support-ioctls.patch dm-support-ioctls-on-mapped-devices-fix-with-fake-file.patch dm-snapshot-fix-invalidation-enomem.patch dm-table-add-target-preresume.patch dm-crypt-add-key-msg.patch dm-crypt-restructure-for-workqueue-change.patch dm-crypt-restructure-write-processing.patch dm-crypt-move-io-to-workqueue.patch dm-crypt-use-private-biosets.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