The patch titled dm snapshot: fix invalidation ENOMEM has been removed from the -mm tree. Its filename is dm-snapshot-fix-invalidation-enomem.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ 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 file 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 origin.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