1
0
Fork 0

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()
hifive-unleashed-5.1
Linus Torvalds 2007-10-27 10:14:04 -07:00
commit ef49c32b84
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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)