Whamcloud - gitweb
LU-3963 obdclass: convert to linux list api
[fs/lustre-release.git] / lustre / include / lustre_eacl.h
index 84b2624..28d0c59 100644 (file)
@@ -75,9 +75,10 @@ struct lu_ucred;
 struct lu_attr;
 struct lustre_idmap_table;
 
-extern int lustre_posix_acl_permission(struct lu_ucred *mu, struct lu_attr *la,
-                                      int want, posix_acl_xattr_entry *entry,
-                                      int count);
+extern int lustre_posix_acl_permission(struct lu_ucred *mu,
+                                       const struct lu_attr *la, int want,
+                                       posix_acl_xattr_entry *entry,
+                                       int count);
 extern int lustre_posix_acl_chmod_masq(posix_acl_xattr_entry *entry,
                                        __u32 mode, int count);
 extern int lustre_posix_acl_create_masq(posix_acl_xattr_entry *entry,