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-20 13:42:55 -0600
commit77fc06ea720e6a709e853686a318200cc74ca062 (patch)
tree08c21b29044432bb70edd1718ae1e076c1ac1edd /security
parent1cf24dce16ef2adcf3550c8f93824f5e4009c961 (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 7a5aaa6a1e1..60b996a5f5d 100644
--- a/security/security.c
+++ b/security/security.c
@@ -406,6 +406,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)