Subject: Re: Transient MNT_* flags left in mp->mnt_flag ?
To: None <tech-kern@netbsd.org>
From: Christos Zoulas <christos@zoulas.com>
List: tech-kern
Date: 10/13/2003 17:17:22
In article <4C8AB731-FD9F-11D7-988B-000A957650EC@wasabisystems.com>,
Jason Thorpe <thorpej@wasabisystems.com> wrote:
>-=-=-=-=-=-

>> Finally maybe all these flags belong in something like
>> #define MNT_COMMAND_FLAGS (MNT_UPDATE | MNT_RELOAD | MNT_FORCE | ...)
>
>I'm not sure.  I'd like to see the outcome of Darrin's mount flags 
>discussion before doing this.  In the mean time, I restructured the 
>code very slightly to make it more obvious as to what is being 
>set/cleared in various places.

Well, we are already using it in two places, so at least factor it out
in the source file... It will be easier to spot where we clear the flags
in the future.

christos