patch-2.0.31 linux/fs/super.c
Next file: linux/include/asm-alpha/fcntl.h
Previous file: linux/fs/stat.c
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Mon Aug 18 13:01:15 1997
- Orig file:
v2.0.30/linux/fs/super.c
- Orig date:
Tue Apr 8 08:47:46 1997
diff -u --recursive --new-file v2.0.30/linux/fs/super.c linux/fs/super.c
@@ -277,6 +277,8 @@
{ MS_NOSUID, ",nosuid" },
{ MS_NODEV, ",nodev" },
{ MS_SYNCHRONOUS, ",sync" },
+ { MS_MANDLOCK, ",mand" },
+ { MS_NOATIME, ",noatime" },
#ifdef MS_NOSUB /* Can't find this except in mount.c */
{ MS_NOSUB, ",nosub" },
#endif
@@ -762,8 +764,7 @@
if (retval)
return retval;
}
- sb->s_flags = (sb->s_flags & ~MS_RMT_MASK) |
- (flags & MS_RMT_MASK);
+ sb->s_flags = (sb->s_flags & ~MS_RMT_MASK) | (flags & MS_RMT_MASK);
vfsmnt = lookup_vfsmnt(sb->s_dev);
if (vfsmnt)
vfsmnt->mnt_flags = sb->s_flags;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov