]> rtime.felk.cvut.cz Git - linux-imx.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)
commitb73b9a4ba753dfd7d304ee6ee4685b827524c533
tree19a8362402e8d01d2571022b3a3fc4d4ba1fafb8
parent43988d76851077d2945080665e3c4e2e636d700a
[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