aboutsummaryrefslogtreecommitdiffstats
path: root/security/security.c
diff options
context:
space:
mode:
Diffstat (limited to 'security/security.c')
-rw-r--r--security/security.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/security/security.c b/security/security.c
index 6a8e5411d7a0..5223fa408271 100644
--- a/security/security.c
+++ b/security/security.c
@@ -316,11 +316,6 @@ int security_sb_pivotroot(struct path *old_path, struct path *new_path)
316 return security_ops->sb_pivotroot(old_path, new_path); 316 return security_ops->sb_pivotroot(old_path, new_path);
317} 317}
318 318
319void security_sb_post_pivotroot(struct path *old_path, struct path *new_path)
320{
321 security_ops->sb_post_pivotroot(old_path, new_path);
322}
323
324int security_sb_set_mnt_opts(struct super_block *sb, 319int security_sb_set_mnt_opts(struct super_block *sb,
325 struct security_mnt_opts *opts) 320 struct security_mnt_opts *opts)
326{ 321{