From: Steve French Date: Thu, 28 Apr 2005 05:09:30 +0000 (+0000) Subject: r6505: Add missing remount flag handling X-Git-Tag: samba-misc-tags/initial-v3-0-unstable~4903 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=37685979bb4075a42018b89f3aee230fead5a7a4;p=thirdparty%2Fsamba.git r6505: Add missing remount flag handling --- diff --git a/source/client/mount.cifs.c b/source/client/mount.cifs.c index ad56decb007..7ac4291f17d 100755 --- a/source/client/mount.cifs.c +++ b/source/client/mount.cifs.c @@ -494,6 +494,8 @@ static int parse_options(char * options, int * filesys_flags) *filesys_flags |= MS_RDONLY; } else if (strncmp(data, "rw", 2) == 0) { *filesys_flags &= ~MS_RDONLY; + } else if (strncmp(data, "remount", 7) == 0) { + *filesys_flags |= MS_REMOUNT; } /* else if (strnicmp(data, "port", 4) == 0) { if (value && *value) { vol->port =