From owner-svn-src-head@FreeBSD.ORG Wed Jun 10 21:55:09 2015 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A4B217DD for ; Wed, 10 Jun 2015 21:55:09 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-wi0-x232.google.com (mail-wi0-x232.google.com [IPv6:2a00:1450:400c:c05::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3E4FB1E08 for ; Wed, 10 Jun 2015 21:55:09 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: by wigg3 with SMTP id g3so60656016wig.1 for ; Wed, 10 Jun 2015 14:55:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=mcrDg25JRyi2WRPKf1DrqokDpjZO/rNbQ4dJMc6gB9Q=; b=Ni+RFpLV8hd7S02sHm1jqmN61cX8fA0anRs9y6NvxYhThsGcZYHpA/UUT9MXXGuZ89 n0VLi6+ZtDBJ0iyDaVxg0FzArteXk+uu/vg6fE/N1gv3g5bbZQ5yWP2nnNMz68/K13md kBEFRYxdI2WUjpKgy8cerEHmGmk9zuQqEzHQM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=mcrDg25JRyi2WRPKf1DrqokDpjZO/rNbQ4dJMc6gB9Q=; b=cV0hNgYkmR2XP3J9+e17cC8MaZRVuuAbOsiinLu5VdriwN/4YN6ROwaxPD5SYsm0Mz JzW9TZlYhGYH6QFIs/XOrjuaGzTVectGIRwyf7IeoSqF9MHbV28G19da8mg17qp9kaww JjQ3ttnFYrg1Vw5/8muFIxDRu6JwYlCOv2YN8jzfL5Lc7Ha31uKyad1QMcay1dCP4iwf dHGLej4jM5dBrTR6NOEMldlZSzs+0JV+zAfbZCPdd8RGIUDcst2k6wt/g59TC30eIH1e a9qFlE/56QqDY8ee/zfcu49ljsOiJjo6+hyRPdsR1MAP1MXZhynpgjWYN6wI4RHkoY8k uUWw== X-Gm-Message-State: ALoCoQnX6/7dk4V+TuIe355JDbi8o3PQE4rjJIcOoo5r5VUjPkAXKWY3ul5Zi4xskMTAxsRpDtDf X-Received: by 10.194.200.228 with SMTP id jv4mr9807242wjc.157.1433973306992; Wed, 10 Jun 2015 14:55:06 -0700 (PDT) MIME-Version: 1.0 Sender: lists@eitanadler.com Received: by 10.28.65.85 with HTTP; Wed, 10 Jun 2015 14:54:36 -0700 (PDT) In-Reply-To: <20150610154445.GJ73119@FreeBSD.org> References: <201506100934.t5A9YpoN093925@svn.freebsd.org> <20150610154445.GJ73119@FreeBSD.org> From: Eitan Adler Date: Wed, 10 Jun 2015 14:54:36 -0700 X-Google-Sender-Auth: 1RRzdQWKWEfWiR_hiHRBvSJTr44 Message-ID: Subject: Re: svn commit: r284211 - in head/sys: kern sys To: Gleb Smirnoff Cc: Mateusz Guzik , "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 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: Wed, 10 Jun 2015 21:55:09 -0000 On 10 June 2015 at 08:44, Gleb Smirnoff wrote: > On Wed, Jun 10, 2015 at 09:34:51AM +0000, Mateusz Guzik wrote: > M> This gets rid of fdesc_mtx. > M> int fd_holdleaderscount; /* block fdfree() for shared close() */ > > Shouldn't they be volatile u_int? why? -- Eitan Adler Source, Ports, Doc committer Bugmeister, Ports Security teams