From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52395) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YVC8u-000687-99 for qemu-devel@nongnu.org; Tue, 10 Mar 2015 00:51:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YVC8r-0002WI-3t for qemu-devel@nongnu.org; Tue, 10 Mar 2015 00:51:44 -0400 Received: from isrv.corpit.ru ([86.62.121.231]:40232) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YVC8q-0002WE-TG for qemu-devel@nongnu.org; Tue, 10 Mar 2015 00:51:41 -0400 Message-ID: <54FE785B.2070902@msgid.tls.msk.ru> Date: Tue, 10 Mar 2015 07:51:39 +0300 From: Michael Tokarev MIME-Version: 1.0 References: <1425633831-3101-1-git-send-email-mjt@tls.msk.ru> <1425633831-3101-2-git-send-email-mjt@msgid.tls.msk.ru> <87385f4f5v.fsf@linux.vnet.ibm.com> <54FE70D8.2010904@msgid.tls.msk.ru> In-Reply-To: <54FE70D8.2010904@msgid.tls.msk.ru> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/5] 9pfs-proxy: simplify v9fs_request(), P1 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Aneesh Kumar K.V" Cc: qemu-devel@nongnu.org 10.03.2015 07:19, Michael Tokarev wrote: > 08.03.2015 19:39, Aneesh Kumar K.V wrote: >> Michael Tokarev writes: >> >>> This simplifies code in v9fs_request() a bit by replacing several >>> ifs with a common variable check and rearranging error/cleanup >>> code a bit. >> >> Is this -V2 of >> http://mid.gmane.org/b98f675750ef0535cab41225240db1657fc2fe00.1425678142.git.mjt@msgid.tls.msk.ru > > No, this one (simplify v9fs_reqeust(), P1) was a first version. > The above URL points to the v2, a second version. Actually the url points to v3, not v2, of the patchset. Yet it is still the latest ;) Thanks, /mjt