From 4c7f7628899f85f60dce7d790672eb4fbdd12581 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Thu, 12 Feb 2004 13:41:30 +0000 Subject: remove old mount flag --- util/fusermount.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'util/fusermount.c') 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; -- cgit v1.2.3