ocfs2: add POSIX ACL API
authorTiger Yang <tiger.yang@oracle.com>
Fri, 14 Nov 2008 03:17:04 +0000 (11:17 +0800)
committerMark Fasheh <mfasheh@suse.com>
Mon, 5 Jan 2009 16:34:20 +0000 (08:34 -0800)
commit929fb014e041c6572c5e8c3686f1e32742b5b953
tree149328875787dab63ec873cfa06364f4a23ac06d
parent4e3e9d027f63488e676bf7700ec515a192e54f69
ocfs2: add POSIX ACL API

This patch adds POSIX ACL(access control lists) APIs in ocfs2. We convert
struct posix_acl to many ocfs2_acl_entry and regard them as an extended
attribute entry.

Signed-off-by: Tiger Yang <tiger.yang@oracle.com>
Signed-off-by: Mark Fasheh <mfasheh@suse.com>
fs/ocfs2/Makefile
fs/ocfs2/acl.c [new file with mode: 0644]
fs/ocfs2/acl.h [new file with mode: 0644]
fs/ocfs2/ocfs2.h
fs/ocfs2/xattr.c
fs/ocfs2/xattr.h