aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorAndy Whitcroft <apw@canonical.com>2012-01-05 15:38:31 +0000
committerJohn Rigby <john.rigby@linaro.org>2012-06-21 17:21:56 -0600
commita6d5c5385a2d09628fa1c49c62267c37d6037962 (patch)
tree53bc5626568eef4aa6ac478dec0987ce1aeb47d1 /security
parentdedf5d06067ad678a9b42dcfafbdd5690c8ce4d6 (diff)
UBUNTU: ubuntu: AUFS -- fix undefined security_path_link
Fix: ERROR: "security_path_link" [ubuntu/aufs/aufs.ko] undefined! Signed-off-by: Andy Whitcroft <apw@canonical.com>
Diffstat (limited to 'security')
-rw-r--r--security/security.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/security.c b/security/security.c
index 3fe42f6d344..c7afd35aa2b 100644
--- a/security/security.c
+++ b/security/security.c
@@ -409,6 +409,7 @@ int security_path_link(struct dentry *old_dentry, struct path *new_dir,
return 0;
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)