mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 06:41:06 -04:00
[JFFS2] Prevent return of initialised variable in jffs2_init_acl_post()
Spotted by the Coverity checker, and pointed out by Adrian Bunk. Signed-off-by: David Woodhouse <dwmw2@infradead.org>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user