From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric Van Hensbergen" Subject: Re: [V9fs-developer] [PATCH] 9p: v9fs_vfs_rename incorrect clunk order Date: Tue, 23 Oct 2007 17:30:04 -0500 Message-ID: References: <20071023001447.GA5628@ionkov.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: v9fs-developer@lists.sourceforge.net, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org To: "Latchesar Ionkov" Return-path: Received: from wa-out-1112.google.com ([209.85.146.179]:60615 "EHLO wa-out-1112.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752137AbXJWWaE (ORCPT ); Tue, 23 Oct 2007 18:30:04 -0400 Received: by wa-out-1112.google.com with SMTP id v27so3284wah for ; Tue, 23 Oct 2007 15:30:04 -0700 (PDT) In-Reply-To: <20071023001447.GA5628@ionkov.net> Content-Disposition: inline Sender: linux-fsdevel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On 10/22/07, Latchesar Ionkov wrote: > In v9fs_vfs_rename function labels don't match the fids that are clunked. > The correct clunk order is clunking newdirfid first and then olddirfid next. > > Signed-off-by: Latchesar Ionkov Acked-by: Eric Van Hensbergen