fs,userns: Change inode_capable to capable_wrt_inode_uidgid
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / include / linux / capability.h
index d9a4f7f40f329b22c81f86e31c72b259d4acb4bf..15f90929fb51b615c7a778bc33045cea0363b099 100644 (file)
@@ -211,7 +211,7 @@ extern bool has_ns_capability_noaudit(struct task_struct *t,
 extern bool capable(int cap);
 extern bool ns_capable(struct user_namespace *ns, int cap);
 extern bool nsown_capable(int cap);
-extern bool inode_capable(const struct inode *inode, int cap);
+extern bool capable_wrt_inode_uidgid(const struct inode *inode, int cap);
 extern bool file_ns_capable(const struct file *file, struct user_namespace *ns, int cap);
 
 /* audit system wants to get cap info from files as well */