bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 1/5] utils/umount: do not remove passive translator records


From: Samuel Thibault
Subject: Re: [PATCH 1/5] utils/umount: do not remove passive translator records
Date: Mon, 24 Feb 2014 22:37:00 -0500
User-agent: Mutt/1.5.21+34 (58baf7c9f32f) (2010-12-30)

Justus Winter, le Mon 24 Feb 2014 15:41:52 +0100, a écrit :
> Passive translator records are a Hurd concept.  Therefore, the umount
> compatibility program should not remove them.
> 
> * utils/umount.c (passive_flags): Unset FS_TRANS_SET.
> (doc): Adjust accordingly.

Ack.

> ---
>  utils/umount.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/utils/umount.c b/utils/umount.c
> index 26d2b56..7901da6 100644
> --- a/utils/umount.c
> +++ b/utils/umount.c
> @@ -40,7 +40,7 @@ static char *targets;
>  static size_t targets_len;
>  static int readonly;
>  static int verbose;
> -static int passive_flags = FS_TRANS_SET;
> +static int passive_flags;
>  static int active_flags = FS_TRANS_SET;
>  static int goaway_flags;
>  static int source_goaway;
> @@ -139,7 +139,7 @@ parse_opt (int key, char *arg, struct argp_state *state)
>    return 0;
>  }
>  
> -static const char doc[] = "Stop active and remove passive translators";
> +static const char doc[] = "Stop active filesystem translators";
>  static const char args_doc[] = "DEVICE|DIRECTORY [DEVICE|DIRECTORY ...]";
>  
>  static struct argp fstab_argp_mtab; /* Slightly modified version.  */
> -- 
> 1.8.5.2
> 

-- 
Samuel
<s> T'as pas de portable ?
<m> J'ai un nokia, dans le bassin d'arcachon



reply via email to

[Prev in Thread] Current Thread [Next in Thread]