]> bbs.cooldavid.org Git - net-next-2.6.git/commit
fs/9p: Implement setting posix acl
authorAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Mon, 27 Sep 2010 18:57:40 +0000 (00:27 +0530)
committerEric Van Hensbergen <ericvh@gmail.com>
Thu, 28 Oct 2010 14:08:46 +0000 (09:08 -0500)
commit22d8dcdf8f8a3882d98757e78169014bb0bc6b23
treeee7c2f6842b329cfc0652400e83cb166dbead331
parent7a4566b0b8fa67c7cd7be9f2969a085920356abb
fs/9p: Implement setting posix acl

This patch also update mode bits, as a normal file system.
I am not sure wether we should do that, considering that
a setxattr on the server will again update the ACL/mode value

Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Signed-off-by: Venkateswararao Jujjuri <jvrao@linux.vnet.ibm.com>
Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
fs/9p/acl.c
fs/9p/v9fs_vfs.h
fs/9p/vfs_inode.c