Title: [7919] trunk/fs/ramfs/file-nommu.c: nommu: ramfs: drop unused local var
Revision
7919
Author
vapier
Date
2009-12-03 17:51:27 -0500 (Thu, 03 Dec 2009)

Log Message

nommu: ramfs: drop unused local var

Modified Paths


Diff

Modified: trunk/fs/ramfs/file-nommu.c (7918 => 7919)


--- trunk/fs/ramfs/file-nommu.c	2009-12-03 22:50:53 UTC (rev 7918)
+++ trunk/fs/ramfs/file-nommu.c	2009-12-03 22:51:27 UTC (rev 7919)
@@ -60,7 +60,7 @@
  */
 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;
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to