]> git.baikalelectronics.ru Git - kernel.git/commit
[CIFS] Allow to set extended attribute cifs_acl (try #2)
authorSteve French <sfrench@us.ibm.com>
Tue, 19 Apr 2011 18:27:10 +0000 (18:27 +0000)
committerSteve French <sfrench@us.ibm.com>
Thu, 19 May 2011 14:10:49 +0000 (14:10 +0000)
commit78039c99ef2a6d3c330dd89996e9b800afde4e9f
tree19a8362402e8d01d2571022b3a3fc4d4ba1fafb8
parentd77d0426e10fd871a14f43422ef828929f43dfc8
[CIFS] Allow to set extended attribute cifs_acl (try #2)

Allow setting cifs_acl on the server.
Pass on to the server the ACL blob generated by an application.
cifs is just a pass-through, it does not monitor or inspect the contents
of the blob, server decides whether to enforce/apply the ACL blob composed
by an application.
If setting of ACL is succeessful, mark the inode for revalidation.

Signed-off-by: Shirish Pargaonkar <shirishpargaonkar@gmail.com>
Acked-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/cifs/cifsacl.c
fs/cifs/cifsproto.h
fs/cifs/xattr.c