From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36181) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V9GX9-0003zt-QS for qemu-devel@nongnu.org; Tue, 13 Aug 2013 11:29:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V9GX0-0002PT-TI for qemu-devel@nongnu.org; Tue, 13 Aug 2013 11:29:19 -0400 Received: from mail-wg0-x235.google.com ([2a00:1450:400c:c00::235]:35104) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V9GX0-0002PD-Nu for qemu-devel@nongnu.org; Tue, 13 Aug 2013 11:29:10 -0400 Received: by mail-wg0-f53.google.com with SMTP id c11so6692651wgh.8 for ; Tue, 13 Aug 2013 08:29:10 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <520A509E.6030308@redhat.com> Date: Tue, 13 Aug 2013 17:28:30 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1376372630-1983-1-git-send-email-pingfank@linux.vnet.ibm.com> <1376372630-1983-2-git-send-email-pingfank@linux.vnet.ibm.com> <5209EDB0.1060500@siemens.com> <5209F7C7.7000907@siemens.com> <520A4814.9070005@redhat.com> <520A4884.3090708@siemens.com> In-Reply-To: <520A4884.3090708@siemens.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 1/4] seqlock: introduce read-write seqlock List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jan Kiszka Cc: Kevin Wolf , Stefan Hajnoczi , liu ping fan , qemu-devel@nongnu.org, Alex Bligh , MORITA Kazutaka Il 13/08/2013 16:53, Jan Kiszka ha scritto: >> > I agree. I was writing the patch without looking at any Linux code >> > (just to be safe since it's GPLv2-only) and misremembered the name of >> > the API. > Another reason to forget about v2+. ;) Anyway, I am fairly sure this code is not based on Linux code, I never looked at it. Copying the API name from Linux does not "taint" the code with v2-onliness. Paolo