The patch titled fs-remove-some-aop_truncated_page fix has been added to the -mm tree. Its filename is fs-remove-some-aop_truncated_page-fix.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ 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 origin.patch git-kvm.patch ata-ahci-alpm-enable-link-power-management-for-ata-drivers-fix.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