]> git.proxmox.com Git - mirror_zfs-debian.git/blobdiff - include/sys/zpl.h
Imported Upstream version 0.6.5.9
[mirror_zfs-debian.git] / include / sys / zpl.h
index c6085481bb32c62a953f023944b92d3f22a9d37b..9f0ac770df9c30615f6c53ebade6fd606ee6b137 100644 (file)
@@ -76,7 +76,7 @@ extern ssize_t zpl_xattr_list(struct dentry *dentry, char *buf, size_t size);
 extern int zpl_xattr_security_init(struct inode *ip, struct inode *dip,
     const struct qstr *qstr);
 #if defined(CONFIG_FS_POSIX_ACL)
-extern int zpl_set_acl(struct inode *ip, int type, struct posix_acl *acl);
+extern int zpl_set_acl(struct inode *ip, struct posix_acl *acl, int type);
 extern struct posix_acl *zpl_get_acl(struct inode *ip, int type);
 #if !defined(HAVE_GET_ACL)
 #if defined(HAVE_CHECK_ACL_WITH_FLAGS)