Skip to content

Commit

Permalink
Merge git://git.infradead.org/mtd-2.6
Browse files Browse the repository at this point in the history
* 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()
  • Loading branch information
Linus Torvalds committed Oct 27, 2007
2 parents 3d1343b + 6d85d06 commit ef49c32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion fs/jffs2/acl.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ef49c32

Please sign in to comment.