KaiGai Kohei
cfc8dc6f6f
[JFFS2] Tidy up fix for ACL/permissions problem.
...
[In commit 9ed437c50d we fixed a problem
with standard permissions on newly-created inodes, when POSIX ACLs are
enabled. This cleans it up...]
The attached patch separate jffs2_init_acl() into two parts.
The one is jffs2_init_acl_pre() called from jffs2_new_inode().
It compute ACL oriented inode->i_mode bits, and allocate in-memory ACL
objects associated with the new inode just before when inode meta
infomation is written to the medium.
The other is jffs2_init_acl_post() called from jffs2_symlink(),
jffs2_mkdir(), jffs2_mknod() and jffs2_do_create().
It actually writes in-memory ACL objects into the medium next to
the success of writing meta-information.
In the current implementation, we have to write a same inode meta
infomation twice when inode->i_mode is updated by the default ACL.
However, we can avoid the behavior by putting an updated i_mode
before it is written at first, as jffs2_init_acl_pre() doing.
Signed-off-by: KaiGai Kohei <kaigai@ak.jp.nec.com >
Signed-off-by: David Woodhouse <dwmw2@infradead.org >
2007-10-20 14:10:54 +01:00
..
2007-10-17 14:31:07 -05:00
2007-10-17 08:42:45 -07:00
2007-10-17 08:42:47 -07:00
2007-10-17 08:42:57 -07:00
2007-10-19 11:53:43 -07:00
2007-10-19 11:53:37 -07:00
2007-10-17 08:42:45 -07:00
2007-10-17 08:42:45 -07:00
2007-10-19 12:00:58 -07:00
2007-10-19 11:53:37 -07:00
2007-10-17 08:43:04 -07:00
2007-10-18 14:37:29 -07:00
2007-10-15 17:56:36 -07:00
2007-05-08 11:14:59 -07:00
2007-10-19 11:53:43 -07:00
2007-10-18 14:37:21 -07:00
2007-10-17 08:42:45 -07:00
2007-07-17 10:23:06 -07:00
2007-10-17 08:43:02 -07:00
2007-10-19 11:53:35 -07:00
2007-10-17 18:50:04 -04:00
2007-10-17 08:42:45 -07:00
2007-07-20 10:11:58 +09:00
2007-10-18 14:37:31 -07:00
2007-10-17 08:43:01 -07:00
2007-10-17 08:42:45 -07:00
2007-10-17 08:42:45 -07:00
2007-10-16 09:43:07 -07:00
2007-10-17 08:42:45 -07:00
2007-10-17 08:43:04 -07:00
2007-10-19 23:21:04 +02:00
2007-10-19 11:53:35 -07:00
2007-10-17 18:49:59 -04:00
2007-10-20 14:10:54 +01:00
2007-10-19 23:10:43 +02:00
2007-10-09 17:17:53 -04:00
2007-10-17 08:42:53 -07:00
2007-10-17 08:42:45 -07:00
2007-10-19 20:36:17 -07:00
2007-10-19 11:53:43 -07:00
2007-10-18 14:37:31 -07:00
2007-10-20 01:55:04 +02:00
2007-10-19 23:10:43 +02:00
2007-10-17 08:42:45 -07:00
2007-10-14 12:41:51 -07:00
2007-10-19 12:07:03 -07:00
2007-10-17 08:42:45 -07:00
2007-10-17 08:42:56 -07:00
2007-10-19 23:10:43 +02:00
2007-10-17 08:42:47 -07:00
2007-10-17 08:42:45 -07:00
2007-10-20 03:14:32 +02:00
2007-10-17 08:42:45 -07:00
2007-10-17 08:43:00 -07:00
2007-10-17 08:42:51 -07:00
2007-10-19 18:02:55 +10:00
2007-10-18 14:37:20 -07:00
2007-10-17 08:43:00 -07:00
2007-10-18 14:37:22 -07:00
2007-07-10 08:04:15 +02:00
2007-10-17 08:42:50 -07:00
2007-10-19 11:53:40 -07:00
2007-10-19 11:53:40 -07:00
2007-10-19 23:21:04 +02:00
2007-10-17 08:42:54 -07:00
2007-10-19 23:21:04 +02:00
2007-10-19 23:21:04 +02:00
2007-10-17 08:42:50 -07:00
2007-10-16 11:03:52 +02:00
2007-10-17 08:42:45 -07:00
2007-10-17 08:43:02 -07:00
2007-10-17 08:42:45 -07:00
2007-10-18 14:37:31 -07:00
2007-07-19 10:04:45 -07:00
2007-10-17 08:43:00 -07:00
2007-07-29 17:09:29 -07:00
2007-10-16 09:42:53 -07:00
2007-07-20 10:11:58 +09:00
2007-10-17 08:42:56 -07:00
2007-07-16 09:05:36 -07:00
2007-05-18 13:09:34 -07:00
2007-10-19 11:53:38 -07:00
2007-10-19 11:53:40 -07:00
2007-10-19 11:53:40 -07:00
2007-05-21 09:18:19 -07:00
2007-10-19 11:53:38 -07:00
2007-05-08 11:15:01 -07:00
2007-10-19 11:53:43 -07:00
2007-07-17 12:00:03 -07:00
2007-10-17 08:43:02 -07:00
2007-10-17 08:43:00 -07:00
2007-05-08 11:15:11 -07:00
2007-05-08 11:15:09 -07:00
2007-07-16 09:05:48 -07:00
2007-10-19 11:53:40 -07:00
2007-10-19 11:53:35 -07:00
2007-05-21 14:34:00 +09:00
2007-10-17 08:42:53 -07:00
2007-10-17 08:42:45 -07:00
2007-10-17 08:42:56 -07:00
2007-07-20 10:11:58 +09:00
2007-10-16 09:42:54 -07:00
2007-10-18 14:37:30 -07:00
2007-10-19 11:53:38 -07:00
2007-07-19 10:04:45 -07:00
2007-10-17 08:43:07 -07:00
2007-10-15 17:00:19 +02:00
2007-05-08 11:15:11 -07:00
2007-07-27 15:40:13 -07:00
2007-10-09 18:32:46 -04:00
2007-05-08 11:15:09 -07:00
2007-10-19 11:53:41 -07:00
2007-10-10 16:55:33 -07:00
2007-10-17 08:43:01 -07:00
2007-10-17 08:43:07 -07:00
2007-05-08 11:15:07 -07:00
2007-10-19 23:21:04 +02:00
2007-06-28 11:38:30 -07:00
2007-07-26 11:35:17 -07:00
2007-10-17 08:42:52 -07:00
2007-07-17 12:00:03 -07:00