From owner-svn-src-head@freebsd.org Fri May 27 21:26:49 2016 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 74796B4C30F; Fri, 27 May 2016 21:26:49 +0000 (UTC) (envelope-from alc@rice.edu) Received: from pp1.rice.edu (proofpoint1.mail.rice.edu [128.42.201.100]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 320631774; Fri, 27 May 2016 21:26:48 +0000 (UTC) (envelope-from alc@rice.edu) Received: from pps.filterd (pp1.rice.edu [127.0.0.1]) by pp1.rice.edu (8.15.0.59/8.15.0.59) with SMTP id u4RLNe7g005903; Fri, 27 May 2016 16:26:46 -0500 Received: from mh11.mail.rice.edu (mh11.mail.rice.edu [128.42.199.30]) by pp1.rice.edu with ESMTP id 236txx04ds-1; Fri, 27 May 2016 16:26:46 -0500 X-Virus-Scanned: by amavis-2.7.0 at mh11.mail.rice.edu, auth channel Received: from 108-254-203-201.lightspeed.hstntx.sbcglobal.net (108-254-203-201.lightspeed.hstntx.sbcglobal.net [108.254.203.201]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) (Authenticated sender: alc) by mh11.mail.rice.edu (Postfix) with ESMTPSA id ED96B4C01A1; Fri, 27 May 2016 16:26:45 -0500 (CDT) Subject: Re: svn commit: r300865 - in head/sys: sys vm To: "Ngie Cooper (yaneurabeya)" , Konstantin Belousov References: <201605271915.u4RJFkEl013139@repo.freebsd.org> <20160527225103.67ae3547@nonamehost.local> <20160527210148.GR38613@kib.kiev.ua> <016BEE0D-05B6-4042-8CD4-471D4D1C9162@gmail.com> <3018B8E4-5E33-49EF-8154-D7D5ECEE8403@gmail.com> <5CAD8DF0-0D56-4EBD-AB93-645B21E3792D@gmail.com> Cc: Ivan Klymenko , Alan Cox , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org From: Alan Cox Message-ID: <4318dffc-fef5-2128-74c2-0e97767b36c8@rice.edu> Date: Fri, 27 May 2016 16:26:45 -0500 User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:45.0) Gecko/20100101 Thunderbird/45.1.0 MIME-Version: 1.0 In-Reply-To: <5CAD8DF0-0D56-4EBD-AB93-645B21E3792D@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 suspectscore=3 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1604210000 definitions=main-1605270242 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 May 2016 21:26:49 -0000 On 05/27/2016 16:22, Ngie Cooper (yaneurabeya) wrote: >> On May 27, 2016, at 14:21, Ngie Cooper (yaneurabeya) wrote: >>> I added #include to zfs/arc.c in r300870 — it was missing from the file. Looking into drm2 and fed. >> Oy. Bad test before I did the fix. The issue was libzpool -_- (just saw alc’s comment)… I’ll fix my commit.. > Actually, I’ll just revert my commit and report back about whether or not your patch worked kib. Revert and remove the vm_pageout.h #include from arc.c.