commit | 534eadddc1de8754a227202c0e747af4973f82ce | [log] [tgz] |
---|---|---|
author | Tiger Yang <tiger.yang@oracle.com> | Fri Nov 14 11:16:41 2008 +0800 |
committer | Mark Fasheh <mfasheh@suse.com> | Mon Jan 05 08:34:20 2009 -0800 |
tree | e044976da3644f020ed1da420211cc433dbc0a92 | |
parent | 923f7f3102b80403152e05aee3d55ecfce240440 [diff] |
ocfs2: add ocfs2_init_security in during file create Security attributes must be set when creating a new inode. We do this in three steps. - First, get security xattr's name and value by security_operation - Calculate and reserve the meta data and clusters needed by this security xattr before starting transaction - Finally, we set it before add_entry Signed-off-by: Tiger Yang <tiger.yang@oracle.com> Signed-off-by: Mark Fasheh <mfasheh@suse.com>