]> Pileus Git - ~andy/linux/commit
jffs2: use generic posix ACL infrastructure
authorChristoph Hellwig <hch@infradead.org>
Fri, 20 Dec 2013 13:16:47 +0000 (05:16 -0800)
committerAl Viro <viro@zeniv.linux.org.uk>
Sun, 26 Jan 2014 04:58:20 +0000 (23:58 -0500)
commitf2963d4551e7f500025d687586a25a09ea28941e
treec119c05fc7d7596d19fd6904386419278bf8515c
parentb0a7ab5706647844e7a1b91b0c31cdb3bee1e1cc
jffs2: use generic posix ACL infrastructure

Also don't bother to set up a .get_acl method for symlinks as we do not
support access control (ACLs or even mode bits) for symlinks in Linux.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/jffs2/acl.c
fs/jffs2/acl.h
fs/jffs2/dir.c
fs/jffs2/file.c
fs/jffs2/fs.c
fs/jffs2/symlink.c
fs/jffs2/xattr.c