On Wed, Sep 08, 1999, Zhihui Zhang wrote: > > The flag MNT_RELOAD is not documented in mount manpages. From the source > code, I find that it is always used along with MNT_UPDATE which can be > speficied by user (-u option). Can anyone explain the usage of MNT_RELOAD > for me? It seems not to be used normally.
It looks like it 'reloads' the file system when you change the mount flags, e.g. changing a synchronous file system to an asynchronous file system, without really un-mounting it. -- |Chris Costello <[email protected]> |Base 8 is just like base 10, if you are missing two fingers. - Tom Lehrer `-------------------------------------------------------------------------- To Unsubscribe: send mail to [email protected] with "unsubscribe freebsd-hackers" in the body of the message

