bug-hurd
[Top][All Lists]
Advanced

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

Re: [PATCH] Orphan the mountee.


From: olafBuddenhagen
Subject: Re: [PATCH] Orphan the mountee.
Date: Sat, 11 Jul 2009 01:45:54 +0200
User-agent: Mutt/1.5.19 (2009-01-05)

Hi,

On Fri, Jul 10, 2009 at 06:58:53PM +0300, Sergiu Ivanov wrote:

> diff --git a/mount.c b/mount.c
> index f9a5257..fb6226d 100644
> --- a/mount.c
> +++ b/mount.c
> @@ -156,14 +156,6 @@ start_mountee (node_t * np, char * argz, size_t 
> argz_len, int flags,
>    if (err)
>      return err;
>  
> -  /* Attempt to attach the mountee to the port opened in the previous
> -     call.  */
> -  err = file_set_translator (underlying_port, 0, FS_TRANS_SET, 0, argz,
> -                          argz_len, control, MACH_MSG_TYPE_COPY_SEND);
> -  port_dealloc (underlying_port);
> -  if (err)
> -    return err;
> -
>    /* Obtain the port to the root of the newly-set translator.  */
>    err = fsys_getroot (control, unauth_dir, MACH_MSG_TYPE_COPY_SEND,
>                     uids, nuids, gids, ngids, flags, &retry_port,

OK, I guess that doesn't need much review :-) Should be fine to commit
right after the original patch series goes in...

-antrik-




reply via email to

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