From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Chow Subject: dcache revalidation flags Date: Sun, 17 Nov 2002 01:31:51 +0800 Sender: linux-fsdevel-owner@vger.kernel.org Message-ID: <3DD68107.8090906@shaolinmicro.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from shaolinmicro.com (host1.shaolinmicro.com [127.0.0.1]) by host1.shaolinmicro.com (8.12.5/8.12.5) with ESMTP id gAGHVp67020277 for ; Sun, 17 Nov 2002 01:31:52 +0800 To: linux-fsdevel@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org Hi all, Is there any updated documentation about d_revalidation() flags usage? It seems is not quite clear on just following the code in fs/namei.c and what is it going to do. I don't understand why invalidates a dentry will cause a ESTALE in the vfs in namei.c and whats the purpose of ESTALE instead of a lookup since isn't it the purpose of d_revalidate()? regards, David Chow