mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 11:46:19 +00:00
Merge git://git.infradead.org/mtd-2.6
* git://git.infradead.org/mtd-2.6: [JFFS2] Update MAINTAINERS entry -- the jffs-dev list is dead [JFFS2] Prevent return of initialised variable in jffs2_init_acl_post()
This commit is contained in:
commit
ef49c32b84
2 changed files with 3 additions and 3 deletions
|
@ -2129,8 +2129,8 @@ S: Maintained
|
|||
JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
|
||||
P: David Woodhouse
|
||||
M: dwmw2@infradead.org
|
||||
L: jffs-dev@axis.com
|
||||
W: http://sources.redhat.com/jffs2/
|
||||
L: linux-mtd@lists.infradead.org
|
||||
W: http://www.linux-mtd.infradead.org/doc/jffs2.html
|
||||
S: Maintained
|
||||
|
||||
JFS FILESYSTEM
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue