X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=kernel%2Fcapability.c;h=4e66bf9275b03edf3c62e0e350afc5248f2b00b8;hb=72f857950f6f19cba42a9ded078bbc99f10aa667;hp=6fc1c8af44df745bad512e02be04645984d1b5a1;hpb=16d70e15295953b19ecf59e943723a181782b856;p=firefly-linux-kernel-4.4.55.git diff --git a/kernel/capability.c b/kernel/capability.c index 6fc1c8af44df..4e66bf9275b0 100644 --- a/kernel/capability.c +++ b/kernel/capability.c @@ -452,3 +452,4 @@ bool inode_capable(const struct inode *inode, int cap) return ns_capable(ns, cap) && kuid_has_mapping(ns, inode->i_uid); } +EXPORT_SYMBOL(inode_capable);