]> git.baikalelectronics.ru Git - kernel.git/commit
[JFFS2] Fix ACL vs. mode handling.
authorDavid Woodhouse <dwmw2@infradead.org>
Wed, 22 Aug 2007 11:39:19 +0000 (12:39 +0100)
committerDavid Woodhouse <dwmw2@infradead.org>
Wed, 22 Aug 2007 11:39:19 +0000 (12:39 +0100)
commit2c28d4ca073ef988de319543d03b7d2494b1addd
tree22329b749200798165a8a07fe141e9cbc3b1c733
parent3f70dc62e84a54e5d6938667a3b23c47099f45e5
[JFFS2] Fix ACL vs. mode handling.

When POSIX ACL support was enabled, we weren't writing correct
legacy modes to the medium on inode creation, or when the ACL was set.
This meant that the permissions would be incorrect after the file system
was remounted.

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
fs/jffs2/acl.c
fs/jffs2/acl.h
fs/jffs2/dir.c
fs/jffs2/fs.c
fs/jffs2/os-linux.h