diff options
author | Shirish Pargaonkar <shirishpargaonkar@gmail.com> | 2010-11-27 20:37:54 +0300 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2010-11-30 08:49:24 +0300 |
commit | fbeba8bb16d7c50362e28f3f91a79fb414903199 (patch) | |
tree | 8ec770c15edfd25c83c70434cbf1c966b91e325d /fs/cifs/cifsacl.c | |
parent | 78415d2d306bfed0a0ac351aec6c69759d007224 (diff) | |
download | linux-fbeba8bb16d7c50362e28f3f91a79fb414903199.tar.xz |
cifs: Handle extended attribute name cifs_acl to generate cifs acl blob (try #4)
Add extended attribute name system.cifs_acl
Get/generate cifs/ntfs acl blob and hand over to the invoker however
it wants to parse/process it under experimental configurable option CIFS_ACL.
Do not get CIFS/NTFS ACL for xattr for attribute system.posix_acl_access
Signed-off-by: Shirish Pargaonkar <shirishpargaonkar@gmail.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/cifsacl.c')
-rw-r--r-- | fs/cifs/cifsacl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/cifsacl.c b/fs/cifs/cifsacl.c index c15e3ee730c6..c6ebea088ac7 100644 --- a/fs/cifs/cifsacl.c +++ b/fs/cifs/cifsacl.c @@ -608,7 +608,7 @@ static struct cifs_ntsd *get_cifs_acl_by_path(struct cifs_sb_info *cifs_sb, } /* Retrieve an ACL from the server */ -static struct cifs_ntsd *get_cifs_acl(struct cifs_sb_info *cifs_sb, +struct cifs_ntsd *get_cifs_acl(struct cifs_sb_info *cifs_sb, struct inode *inode, const char *path, u32 *pacllen) { |