commit | 9ed437c50d89eabae763dd422579f73fdebf288d | [log] [tgz] |
---|---|---|
author | David Woodhouse <dwmw2@infradead.org> | Wed Aug 22 12:39:19 2007 +0100 |
committer | David Woodhouse <dwmw2@infradead.org> | Wed Aug 22 12:39:19 2007 +0100 |
tree | 22329b749200798165a8a07fe141e9cbc3b1c733 | |
parent | 09b3fba562ce366312b90a6f71d0b727b4d93ba9 [diff] |
[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>