aboutsummaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <greg@kroah.com>2002-11-23 23:31:02 -0800
committerGreg Kroah-Hartman <greg@kroah.com>2002-11-23 23:31:02 -0800
commitc0db5d6f9fc805f7d7e1d369b00eb130c1d2353e (patch)
tree65af5286b794edb6d4802923dce312d0f8ce78fa /init
parentcebce9d8beb7493d5c82035db854a475f6a1ae66 (diff)
parente175888f40d9b14b62ca6b5dab3573b364029ce0 (diff)
downloadhistory-c0db5d6f9fc805f7d7e1d369b00eb130c1d2353e.tar.gz
Merge
Diffstat (limited to 'init')
-rw-r--r--init/do_mounts.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/init/do_mounts.c b/init/do_mounts.c
index c3dcf501def756..f8e9aba7829647 100644
--- a/init/do_mounts.c
+++ b/init/do_mounts.c
@@ -13,6 +13,7 @@
#include <linux/suspend.h>
#include <linux/root_dev.h>
#include <linux/mount.h>
+#include <linux/security.h>
#include <linux/nfs_fs.h>
#include <linux/nfs_fs_sb.h>
@@ -887,7 +888,7 @@ out:
sys_umount("/dev", 0);
sys_mount(".", "/", NULL, MS_MOVE, NULL);
sys_chroot(".");
- security_ops->sb_post_mountroot();
+ security_sb_post_mountroot();
mount_devfs_fs ();
}