From mboxrd@z Thu Jan 1 00:00:00 1970 From: "J. R. Okajima" Subject: Re: vfs-scale, keep the errno Date: Fri, 14 Jan 2011 13:47:55 +0900 Message-ID: <9582.1294980475@jrobl> References: <8406.1294976295@jrobl> Cc: linux-fsdevel , linux-kernel@vger.kernel.org To: Nick Piggin Return-path: Received: from mtoichi14.ns.itscom.net ([219.110.2.184]:48707 "EHLO mtoichi14.ns.itscom.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751984Ab1ANEr6 (ORCPT ); Thu, 13 Jan 2011 23:47:58 -0500 In-Reply-To: Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Nick Piggin: > Great, thank you very much. I just changed a few variable names but > applied it. Would you please add you Signed-off-by: on patches from > now on? Yes, of course. I am just not confident, and guessed you may take another approach. > Good reviewing work. Are you finding these by review or testing? I > think ltptests on an nfs mount should find this kind of bug... which I > should do. First, review. And then modify/test the filesystem which I am developing (FS_REVAL_DOT is used). Some of my mails are from the reviewing and modifying phase. I am in my testing phase. Someday my fs ->d_revalidate will be gone, I hope. Anyway your vfs-scale work is great which you definetly spent big time and effort I believe. J. R. Okajima