From owner-svn-src-all@freebsd.org Fri Jun 26 15:32:25 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 6A00598CF47; Fri, 26 Jun 2015 15:32:25 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-ig0-x233.google.com (mail-ig0-x233.google.com [IPv6:2607:f8b0:4001:c05::233]) (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 35CBD1E9D; Fri, 26 Jun 2015 15:32:25 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by igtg8 with SMTP id g8so3908681igt.0; Fri, 26 Jun 2015 08:32:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=DwUadfWwtNYUK4zBTzIEY77crnJ1L0trsuz5YzzNCf8=; b=s3kBLKzNJGCm1ks91mj3Tz5OWk6HQvQ9DFqMCh3gGYbTIjDtAe30FHmPrUXJARdzNM HxuOMSDiY9resabva8eNeAHxeyizQF69jEkdls8zXsaOwEe7QIQXby6mF9BVw/rktJG4 neJSTe9Lyh92TlljyFJlCBlXoXTnRlVFeyAwetyMOYXM6Gre+KIHWaEmX4YEU4vkJq0d 4MW9RS43S30o/qfPc/hBgd/tH7SK1gEri6jifaM4mW1UA6Ix/IXqYljogYdY1ubd09/z RrQ+x6tfLEQW3zBAz/14bGZBXbnIrBzIuURoxt7DXseGt3Idvwz+Ef6lm6ZdplAVyXQV BsQg== MIME-Version: 1.0 X-Received: by 10.107.11.169 with SMTP id 41mr3108418iol.8.1435332744589; Fri, 26 Jun 2015 08:32:24 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.36.38.133 with HTTP; Fri, 26 Jun 2015 08:32:24 -0700 (PDT) In-Reply-To: References: <201506260412.t5Q4C6b4046102@svn.freebsd.org> Date: Fri, 26 Jun 2015 08:32:24 -0700 X-Google-Sender-Auth: qiv6TXacpHkYpStNa31_e1_Yhk8 Message-ID: Subject: Re: svn commit: r284865 - head/sys/dev/sound/midi From: Adrian Chadd To: NGie Cooper Cc: "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-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: Fri, 26 Jun 2015 15:32:25 -0000 On 25 June 2015 at 23:46, NGie Cooper wrote: > On Thu, Jun 25, 2015 at 9:12 PM, Adrian Chadd wrote: >> Author: adrian >> Date: Fri Jun 26 04:12:06 2015 >> New Revision: 284865 >> URL: https://svnweb.freebsd.org/changeset/base/284865 >> >> Log: >> Rename seq_* to mseq_*, to avoid clashes with seq.h (namely, seq_read.) > > Should this be MFCed? I'm happy for it to be MFCed by anyone who wishes to. I won't be MFCing the NUMA stuff in a rush (as I have a feeling it'll take a while to soak/bikeshed) so there's no real rush. -a