diff options
author | Tiger Yang <tiger.yang@oracle.com> | 2008-11-13 22:16:27 -0500 |
---|---|---|
committer | Mark Fasheh <mfasheh@suse.com> | 2009-01-05 11:34:20 -0500 |
commit | 923f7f3102b80403152e05aee3d55ecfce240440 (patch) | |
tree | 54184688eb9dcc4ff4521348a31fd8313470d33a /fs/ocfs2/xattr.h | |
parent | 6c3faba4421e230d77a181c260972229c542dec9 (diff) |
ocfs2: add security xattr API
This patch add security xattr set/get/list APIs to
support security attributes in Ocfs2.
Signed-off-by: Tiger Yang <tiger.yang@oracle.com>
Signed-off-by: Mark Fasheh <mfasheh@suse.com>
Diffstat (limited to 'fs/ocfs2/xattr.h')
-rw-r--r-- | fs/ocfs2/xattr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ocfs2/xattr.h b/fs/ocfs2/xattr.h index 8fbdc163c839..55c5256ff563 100644 --- a/fs/ocfs2/xattr.h +++ b/fs/ocfs2/xattr.h | |||
@@ -32,6 +32,7 @@ enum ocfs2_xattr_type { | |||
32 | 32 | ||
33 | extern struct xattr_handler ocfs2_xattr_user_handler; | 33 | extern struct xattr_handler ocfs2_xattr_user_handler; |
34 | extern struct xattr_handler ocfs2_xattr_trusted_handler; | 34 | extern struct xattr_handler ocfs2_xattr_trusted_handler; |
35 | extern struct xattr_handler ocfs2_xattr_security_handler; | ||
35 | extern struct xattr_handler *ocfs2_xattr_handlers[]; | 36 | extern struct xattr_handler *ocfs2_xattr_handlers[]; |
36 | 37 | ||
37 | ssize_t ocfs2_listxattr(struct dentry *, char *, size_t); | 38 | ssize_t ocfs2_listxattr(struct dentry *, char *, size_t); |