From owner-svn-src-all@freebsd.org Tue Nov 10 15:03:32 2015 Return-Path: Delivered-To: svn-src-all@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 9877EA2A5AC for ; Tue, 10 Nov 2015 15:03:32 +0000 (UTC) (envelope-from rrs@netflix.com) Received: from mail-pa0-x236.google.com (mail-pa0-x236.google.com [IPv6:2607:f8b0:400e:c03::236]) (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 62D1513B7 for ; Tue, 10 Nov 2015 15:03:32 +0000 (UTC) (envelope-from rrs@netflix.com) Received: by pasz6 with SMTP id z6so243973283pas.2 for ; Tue, 10 Nov 2015 07:03:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netflix.com; s=google; h=content-type:mime-version:subject:from:in-reply-to:date:cc :message-id:references:to; bh=pBrtqoz9QurPabOEbEvEbi6nOkFpJYvQQ0NDVzmtlkA=; b=k4BnB36BYcHVo4cEL1kDjMuqdohy1YmzeFVDz6JBFmJ4pP1Z0DDAgX1P3iN8kiaKar ivhPhNXupwOtMT2gVpKZQzPMEg2auFpcE1x7jeQ04wU1JpMKTr3d6V1SnMcyi8ffqH5W GbI4LpCWUB2+xb9PkSCbEA4FinuQQ41RjCFV0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:content-type:mime-version:subject:from :in-reply-to:date:cc:message-id:references:to; bh=pBrtqoz9QurPabOEbEvEbi6nOkFpJYvQQ0NDVzmtlkA=; b=LpamYNi1pGwGrd05MRFAO/q2h2g4Vs0W6wrTqyxam04Y6CYM6EdRbF4ow3x1yl9OUw RTikWy1ZEOh+dSRAPSM8yGyzphS0kheNMnQAFoRk4EDQ3JGWou2AjEIJT4ES2f4Fs+K8 dkHOBCrvxfB/hp5wsRVxDUcneEoS3QPbotq4EIXh/cMEGMUQ3v+nMZVmSEk8Du7ibhno tXnqggcMmxROGXuYXufH2345yximHZ26dsqSEp/QBbSlWhDV3RphrOVpBvHzxd9XXBoX 0GYNwCdxh6qkbJd/ILbYaHo8QjWa+SebOIlfZu74rHWFsJa6+aIoHxa0zkqSYy7ofnJc EKQA== X-Gm-Message-State: ALoCoQnawVDpij0cw4qnIDVBzidyydW2T+b1UGgRw72tmJ5NkKTQ31dj4TegcOUFQ+9BWPupIMZR X-Received: by 10.66.193.38 with SMTP id hl6mr6440298pac.85.1447167809993; Tue, 10 Nov 2015 07:03:29 -0800 (PST) Received: from [100.127.144.199] ([69.53.245.39]) by smtp.gmail.com with ESMTPSA id d13sm4629012pbu.20.2015.11.10.07.03.28 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 10 Nov 2015 07:03:29 -0800 (PST) Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: svn commit: r290664 - in head: share/man/man9 sys/kern sys/sys From: Randall Stewart In-Reply-To: <56420634.5060704@selasky.org> Date: Tue, 10 Nov 2015 10:03:28 -0500 Cc: Randall Ray Stewart , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Message-Id: <19671573-5C8C-4E33-845B-791DA966E4A9@netflix.com> References: <201511101449.tAAEnXIi065747@repo.freebsd.org> <56420634.5060704@selasky.org> To: Hans Petter Selasky X-Mailer: Apple Mail (2.1878.6) Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Nov 2015 15:03:32 -0000 And I disagree here Hans You don=92t need that and it just adds more into the callout system that is not needed. R On Nov 10, 2015, at 9:59 AM, Hans Petter Selasky = wrote: > On 11/10/15 15:49, Randall Stewart wrote: >> +#define callout_async_drain(c, d) = \ >> + _callout_stop_safe(c, 0, d) >=20 > Hi, >=20 > Like commented in D4076, I think the callout_async_drain() function = should take a second void pointer argument, which is passed to the drain = function, instead of re-using the pointer argument passed to = callout_reset(), because that will make many to one, N:1, asynchronous = drain possible. >=20 > --HPS -------- Randall Stewart rrs@netflix.com 803-317-4952