]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/cifs/cifsproto.h
[CIFS] Add worker function for Get ACL cifs style
[karo-tx-linux.git] / fs / cifs / cifsproto.h
index 8ef0ce47f5b6d7f5c97245ffdd5454affa5718eb..3c03aadaff0c479d28ae954469829b47039f0b9a 100644 (file)
@@ -299,6 +299,9 @@ extern int CIFSSMBSetEA(const int xid, struct cifsTconInfo *tcon,
                const char *fileName, const char * ea_name, 
                const void * ea_value, const __u16 ea_value_len, 
                const struct nls_table *nls_codepage, int remap_special_chars);
+extern int CIFSSMBGetCIFSACL(const int xid, struct cifsTconInfo *tcon,
+                       __u16 fid, char *acl_inf, const int buflen,
+                       const int acl_type /* ACCESS vs. DEFAULT */);
 extern int CIFSSMBGetPosixACL(const int xid, struct cifsTconInfo *tcon,
                const unsigned char *searchName,
                char *acl_inf, const int buflen,const int acl_type,