From e8c1270056d8638bafea91887553b080c3ee532c Mon Sep 17 00:00:00 2001 From: Andy Whitcroft Date: Thu, 5 Jan 2012 15:38:31 +0000 Subject: UBUNTU: ubuntu: AUFS -- fix undefined security_path_link Fix: ERROR: "security_path_link" [ubuntu/aufs/aufs.ko] undefined! Signed-off-by: Andy Whitcroft --- security/security.c | 1 + 1 file changed, 1 insertion(+) (limited to 'security') diff --git a/security/security.c b/security/security.c index 45b1e8bf54f..405d575eb2f 100644 --- a/security/security.c +++ b/security/security.c @@ -463,6 +463,7 @@ int security_path_link(struct dentry *old_dentry, struct path *new_dir, #endif return security_ops->path_link(old_dentry, new_dir, new_dentry); } +EXPORT_SYMBOL(security_path_link); int security_path_rename(struct path *old_dir, struct dentry *old_dentry, struct path *new_dir, struct dentry *new_dentry) -- cgit v1.2.3