aboutsummaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorGravatar Miklos Szeredi <miklos@szeredi.hu>2004-02-12 13:41:30 +0000
committerGravatar Miklos Szeredi <miklos@szeredi.hu>2004-02-12 13:41:30 +0000
commit4c7f7628899f85f60dce7d790672eb4fbdd12581 (patch)
treeeeb2e7186a4b7b73c9b09f7348405d2c3a1cfd56 /util
parent26b5dfc5b13fd4ee390b27860e8d63edc3b0197a (diff)
remove old mount flag
Diffstat (limited to 'util')
-rw-r--r--util/fusermount.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/util/fusermount.c b/util/fusermount.c
index d4fcebb..3d27219 100644
--- a/util/fusermount.c
+++ b/util/fusermount.c
@@ -35,10 +35,6 @@
#define CHECK_PERMISSION 1
-#ifndef MS_PERMISSION
-#define MS_PERMISSION 128
-#endif
-
#define FUSE_DEV "/proc/fs/fuse/dev"
#define FUSE_MOUNTED_ENV "_FUSE_MOUNTED"
@@ -305,8 +301,6 @@ static int do_mount(const char *dev, const char *mnt, const char *type,
res = drop_privs();
if(res == -1)
return -1;
-
- flags |= MS_PERMISSION;
}
data.version = FUSE_KERNEL_VERSION;