summaryrefslogtreecommitdiffstats
path: root/fs/jffs2/nodemgmt.c
diff options
context:
space:
mode:
authorDavid Woodhouse2008-04-22 12:25:47 +0200
committerDavid Woodhouse2008-04-22 13:35:44 +0200
commit8ca646abb4503f39a7d235b89b9f8015e3ab4631 (patch)
tree6fd534bd0b533372eba06f383cb2a034e0ee1d6d /fs/jffs2/nodemgmt.c
parent[JFFS2] include function prototype for jffs2_ioctl (diff)
downloadkernel-qcow2-linux-8ca646abb4503f39a7d235b89b9f8015e3ab4631.tar.gz
kernel-qcow2-linux-8ca646abb4503f39a7d235b89b9f8015e3ab4631.tar.xz
kernel-qcow2-linux-8ca646abb4503f39a7d235b89b9f8015e3ab4631.zip
[JFFS2] Fix sparse warning in nodemgmt.c
fs/jffs2/nodemgmt.c:60:8: warning: symbol 'ret' shadows an earlier one fs/jffs2/nodemgmt.c:45:6: originally declared here (reported by Harvey Harrison) Just remove the offending declaration of 'int ret' and use the earlier one. Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'fs/jffs2/nodemgmt.c')
-rw-r--r--fs/jffs2/nodemgmt.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/jffs2/nodemgmt.c b/fs/jffs2/nodemgmt.c
index a0313fa8748e..a3e67a4ed675 100644
--- a/fs/jffs2/nodemgmt.c
+++ b/fs/jffs2/nodemgmt.c
@@ -57,7 +57,6 @@ int jffs2_reserve_space(struct jffs2_sb_info *c, uint32_t minsize,
/* this needs a little more thought (true <tglx> :)) */
while(ret == -EAGAIN) {
while(c->nr_free_blocks + c->nr_erasing_blocks < blocksneeded) {
- int ret;
uint32_t dirty, avail;
/* calculate real dirty size