projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec3b67c
)
[JFFS2] Prevent return of initialised variable in jffs2_init_acl_post()
author
David Woodhouse
<dwmw2@infradead.org>
Sat, 27 Oct 2007 14:36:44 +0000
(10:36 -0400)
committer
David Woodhouse
<dwmw2@infradead.org>
Sat, 27 Oct 2007 14:36:44 +0000
(10:36 -0400)
Spotted by the Coverity checker, and pointed out by Adrian Bunk.
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
fs/jffs2/acl.c
patch
|
blob
|
history
diff --git
a/fs/jffs2/acl.c
b/fs/jffs2/acl.c
index 9728614b89588252431f83ffa454cd1bd89c020d..77fc5838609ce3d3a3246abdeb8910ab593f782a 100644
(file)
--- a/
fs/jffs2/acl.c
+++ b/
fs/jffs2/acl.c
@@
-372,7
+372,7
@@
int jffs2_init_acl_post(struct inode *inode)
return rc;
}
- return
rc
;
+ return
0
;
}
void jffs2_clear_acl(struct jffs2_inode_info *f)