Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Jul 2007 19:11:51 +0200
From:      Roman Divacky <rdivacky@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   Re: PERFORCE change 123977 for review
Message-ID:  <20070723171151.GA74046@freebsd.org>
In-Reply-To: <200707231709.l6NH9q43095379@repoman.freebsd.org>
References:  <200707231709.l6NH9q43095379@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Jul 23, 2007 at 05:09:52PM +0000, Roman Divacky wrote:
> http://perforce.freebsd.org/chv.cgi?CH=123977
> 
> Change 123977 by rdivacky@rdivacky_witten on 2007/07/23 17:08:52
> 
> 	Fix kern_linkat() nd* merge.
> 
> Affected files ...
> 
> .. //depot/projects/soc2007/rdivacky/linux_at/sys/kern/kern_kse.c#4 edit
> .. //depot/projects/soc2007/rdivacky/linux_at/sys/kern/vfs_syscalls.c#51 edit
> 
> Differences ...
> 
> ==== //depot/projects/soc2007/rdivacky/linux_at/sys/kern/kern_kse.c#4 (text+ko) ====
> 
> @@ -67,8 +67,6 @@
>  static void thread_alloc_spare(struct thread *td);
>  static struct thread *thread_schedule_upcall(struct thread *td, struct kse_upcall *ku);
>  static struct kse_upcall *upcall_alloc(void);
> -static void upcall_free(struct kse_upcall *ku);
> -
>  
>  struct mtx kse_lock;
>  MTX_SYSINIT(kse_lock, &kse_lock, "kse lock", MTX_SPIN);
> @@ -83,13 +81,6 @@
>  }
>  
>  void
> -upcall_free(struct kse_upcall *ku)
> -{
> -
> -	uma_zfree(upcall_zone, ku);
> -}
> -
> -void
>  upcall_remove(struct thread *td)
>  {
>  
> 

this does not belong here of course ;(



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070723171151.GA74046>