The patch titled fs-remove-some-aop_truncated_page fix has been removed from the -mm tree. Its filename was fs-remove-some-aop_truncated_page-fix.patch This patch was dropped because it was folded into fs-remove-some-aop_truncated_page.patch ------------------------------------------------------ Subject: fs-remove-some-aop_truncated_page fix From: Michal Piotrowski <michal.k.k.piotrowski@xxxxxxxxx> fs/ecryptfs/mmap.c: In function 'ecryptfs_get_lower_page': fs/ecryptfs/mmap.c:585: warning: label 'retry' defined but not used Signed-off-by: Michal Piotrowski <michal.k.k.piotrowski@xxxxxxxxx> Cc: Nick Piggin <npiggin@xxxxxxx> Cc: Michael Halcrow <mhalcrow@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/ecryptfs/mmap.c | 1 - 1 files changed, 1 deletion(-) diff -puN fs/ecryptfs/mmap.c~fs-remove-some-aop_truncated_page-fix fs/ecryptfs/mmap.c --- a/fs/ecryptfs/mmap.c~fs-remove-some-aop_truncated_page-fix +++ a/fs/ecryptfs/mmap.c @@ -582,7 +582,6 @@ int ecryptfs_get_lower_page(struct page { int rc = 0; -retry: *lower_page = grab_cache_page(lower_inode->i_mapping, lower_page_index); if (!(*lower_page)) { rc = -EINVAL; _ Patches currently in -mm which might be from michal.k.k.piotrowski@xxxxxxxxx are git-alsa.patch git-kvm.patch fs-remove-some-aop_truncated_page.patch fs-remove-some-aop_truncated_page-fix.patch revoke-special-mmap-handling-vs-fault-vs-invalidate.patch reiser4.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