kern/138790: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Fri Sep 17 07:40:08 UTC 2010


The following reply was made to PR kern/138790; it has been noted by GNATS.

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: kern/138790: commit references a PR
Date: Fri, 17 Sep 2010 07:34:57 +0000 (UTC)

 Author: avg
 Date: Fri Sep 17 07:34:50 2010
 New Revision: 212783
 URL: http://svn.freebsd.org/changeset/base/212783
 
 Log:
   zfs arc_reclaim_needed: fix typo in mismerge in r212780
   
   PR:		kern/146410, kern/138790
   MFC after:	3 weeks
   X-MFC with:	r212780
 
 Modified:
   head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c
 
 Modified: head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c
 ==============================================================================
 --- head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c	Fri Sep 17 07:20:20 2010	(r212782)
 +++ head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/arc.c	Fri Sep 17 07:34:50 2010	(r212783)
 @@ -2160,7 +2160,7 @@ arc_reclaim_needed(void)
  	 * Cooperate with pagedaemon when it's time for it to scan
  	 * and reclaim some pages.
  	 */
 -	if (vm_paging_need())
 +	if (vm_paging_needed())
  		return (1);
  
  #if 0
 _______________________________________________
 svn-src-all at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe at freebsd.org"
 


More information about the freebsd-fs mailing list