From 874149c80c9f8252a9b11e9f9c070bc2cbc966c1 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Thu, 17 Jul 2008 15:07:48 +0000 Subject: * mount.cc (do_mount): Remove MOUNT_ENC code. (oopts): Remove "managed" option. (mount_commands): Drop "managed" handling. * path.cc (oopts): Remove "managed" option. (getmntent): Remove MOUNT_ENC code. --- winsup/utils/path.cc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'winsup/utils/path.cc') diff --git a/winsup/utils/path.cc b/winsup/utils/path.cc index 6e6b76039..5a6fe3bb7 100644 --- a/winsup/utils/path.cc +++ b/winsup/utils/path.cc @@ -298,8 +298,7 @@ struct opt {"exec", MOUNT_EXEC, 0}, {"notexec", MOUNT_NOTEXEC, 0}, {"cygexec", MOUNT_CYGWIN_EXEC, 0}, - {"nosuid", 0, 0}, - {"managed", MOUNT_ENC, 0} + {"nosuid", 0, 0} }; static bool @@ -843,8 +842,6 @@ getmntent (FILE *) strcat (mnt.mnt_opts, (char *) ",exec"); else if (m->flags & MOUNT_NOTEXEC) strcat (mnt.mnt_opts, (char *) ",noexec"); - if (m->flags & MOUNT_ENC) - strcat (mnt.mnt_opts, ",managed"); if ((m->flags & MOUNT_CYGDRIVE)) /* cygdrive */ strcat (mnt.mnt_opts, (char *) ",cygdrive"); mnt.mnt_freq = 1; -- cgit v1.2.3