[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <4790C761.1010603@redhat.com>
Date: Fri, 18 Jan 2008 10:36:01 -0500
From: Peter Staubach <staubach@...hat.com>
To: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
CC: linux-nfs@...r.kernel.org,
Andrew Morton <akpm@...ux-foundation.org>,
Trond Myklebust <trond.myklebust@....uio.no>,
linux-fsdevel <linux-fsdevel@...r.kernel.org>
Subject: [PATCH 1/3] enhanced ESTALE error handling
Hi.
This is a patch to enhance ESTALE error handling during the
lookup process. The error, ESTALE, can occur when out of data
dentries, stored in the dcache, is used to translate a pathname
component to a dentry. When this occurs, the dentry which
contains the pointer to the inode which refers to the non-existent
file is dropped from the dcache and then the lookup process
started again. Care is taken to ensure that forward process is
always being made. If forward process is not detected, then the
lookup process is terminated and the error, ENOENT, is returned
to the caller.
Thanx...
ps
Signed-off-by: Peter Staubach <staubach@...hat.com>
View attachment "estale.lookup" of type "text/plain" (3884 bytes)
Powered by blists - more mailing lists