The patch titled nommu: ramfs: remove unused local var has been removed from the -mm tree. Its filename was nommu-ramfs-remove-unused-local-var.patch This patch was dropped because it was merged into mainline or a subsystem tree The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: nommu: ramfs: remove unused local var From: Mike Frysinger <vapier@xxxxxxxxxx> Signed-off-by: Mike Frysinger <vapier@xxxxxxxxxx> Cc: David Howells <dhowells@xxxxxxxxxx> Acked-by: Greg Ungerer <gerg@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/ramfs/file-nommu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN fs/ramfs/file-nommu.c~nommu-ramfs-remove-unused-local-var fs/ramfs/file-nommu.c --- a/fs/ramfs/file-nommu.c~nommu-ramfs-remove-unused-local-var +++ a/fs/ramfs/file-nommu.c @@ -60,7 +60,7 @@ const struct inode_operations ramfs_file */ int ramfs_nommu_expand_for_mapping(struct inode *inode, size_t newsize) { - unsigned long npages, xpages, loop, limit; + unsigned long npages, xpages, loop; struct page *pages; unsigned order; void *data; _ Patches currently in -mm which might be from vapier@xxxxxxxxxx are linux-next.patch serial-fit-blackfin-uart-over-sport-driver-into-common-uart-infrastructure.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