X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=init%2Fdo_mounts.c;h=1161dfd7b0d3d23a4f9968c973a5f578b42c341d;hb=3641e79e251b082f254b86006f4152b4a825fec7;hp=2ae5b84623992719c511256445876f15ce73f76b;hpb=edfaa7c36574f1bf09c65ad602412db9da5f96bf;p=linux-2.6-omap-h63xx.git diff --git a/init/do_mounts.c b/init/do_mounts.c index 2ae5b846239..1161dfd7b0d 100644 --- a/init/do_mounts.c +++ b/init/do_mounts.c @@ -378,6 +378,5 @@ void __init prepare_namespace(void) out: sys_mount(".", "/", NULL, MS_MOVE, NULL); sys_chroot("."); - security_sb_post_mountroot(); }