[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20091210135826.6325.75634.stgit@warthog.procyon.org.uk>
Date: Thu, 10 Dec 2009 13:58:27 +0000
From: David Howells <dhowells@...hat.com>
To: vapier.adi@...il.com, lethal@...ux-sh.org, jie.zhang@...log.com,
stefani@...bold.net, gerg@...pgear.com
Cc: dhowells@...hat.com, uclinux-dev@...inux.org,
linux-kernel@...r.kernel.org
Subject: [PATCH 7/7] NOMMU: ramfs: Drop unused local var
From: Mike Frysinger <vapier@...too.org>
Signed-off-by: Mike Frysinger <vapier@...too.org>
Signed-off-by: David Howells <dhowells@...hat.com>
---
fs/ramfs/file-nommu.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/fs/ramfs/file-nommu.c b/fs/ramfs/file-nommu.c
index 32fae40..2efc571 100644
--- a/fs/ramfs/file-nommu.c
+++ b/fs/ramfs/file-nommu.c
@@ -60,7 +60,7 @@ const struct inode_operations ramfs_file_inode_operations = {
*/
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;
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists