aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorAndy Whitcroft <apw@canonical.com>2012-01-05 15:38:31 +0000
committerAndy Whitcroft <apw@canonical.com>2012-01-05 16:12:31 +0000
commite8c1270056d8638bafea91887553b080c3ee532c (patch)
tree1ac88a7f6b562a454281e41a31d8964414267b70 /security
parent2d9688ff5c88ec4a39ffbeb5785b90ae66ce2ca3 (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 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)