[CIFS] Allow to set extended attribute cifs_acl (try #2)
[deliverable/linux.git] / fs / cifs / cifsacl.c
index beeebf194234c4532341eaea45c316fe6cb58c3f..a0d11eab14e53a2dc303a0dc44b07f7a88226d3c 100644 (file)
@@ -688,7 +688,7 @@ out:
 }
 
 /* Set an ACL on the server */
-static int set_cifs_acl(struct cifs_ntsd *pnntsd, __u32 acllen,
+int set_cifs_acl(struct cifs_ntsd *pnntsd, __u32 acllen,
                                struct inode *inode, const char *path)
 {
        struct cifs_sb_info *cifs_sb = CIFS_SB(inode->i_sb);
This page took 0.028754 seconds and 5 git commands to generate.