commit | 6e4b0d5692cd27d3c9be893a9f5939a9cafbb09f | [log] [tgz] |
---|---|---|
author | Jan Kara <jack@suse.cz> | Fri Apr 27 11:08:01 2007 -0700 |
committer | Mark Fasheh <mark.fasheh@oracle.com> | Wed May 02 15:07:58 2007 -0700 |
tree | 8076c0c9705054596c435075a9e3bae9e8566898 | |
parent | 5c2c9d383ef7f7cfc02d6355798b95988de359b4 [diff] |
[PATCH] Copy i_flags to ocfs2 inode flags on write Propagate flags such as S_APPEND, S_IMMUTABLE, etc. from i_flags into ocfs2-specific ip_attr. Hence, when someone sets these flags via a different interface than ioctl, they are stored correctly. Signed-off-by: Jan Kara <jack@suse.cz> Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>