The patch titled nommu: ramfs: remove unused local var has been added to the -mm tree. Its filename is nommu-ramfs-remove-unused-local-var.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://userweb.kernel.org/~akpm/stuff/added-to-mm.txt to find out what to do about this 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> Cc: 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 origin.patch nommu-ramfs-remove-unused-local-var.patch linux-next.patch documentation-cpu-freq-governorstxt-fix-default-value-for-ondemand-governor.patch serial-fit-blackfin-uart-over-sport-driver-into-common-uart-infrastructure.patch spidev-add-proper-section-markers.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