From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arun Sharma Subject: Re: VFS: Busy inodes after unmount on 2 way SMP Date: Tue, 16 Sep 2003 19:05:17 -0700 Sender: autofs-bounces@linux.kernel.org Message-ID: <3F67C15D.3090805@intel.com> References: Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: autofs-bounces@linux.kernel.org Content-Type: text/plain; charset="us-ascii"; format="flowed" To: Ian Kent Cc: autofs@linux.kernel.org, nfs@lists.sourceforge.net Ian Kent wrote: >>It's not clear if this is a NFS issue or a autofs issue, but it's seen often with autofs. Are there any known race conditions that have been fixed after 2.4.20 ? The two calls I'm worried about are: >> >>fs/autofs/root.c:305: d_instantiate(dentry, iget(dir->i_sb,ent->ino)); >>fs/autofs/root.c:416: d_instantiate(dentry, iget(dir->i_sb,ino)); >> > > > This is in the autofs (aka v3) kernel module not autofs4. > Please ignore the above lines. I corrected myself in an earlier message. The problem was seen on the autofs4 kernel module in 2.4.20 + autofs-3.1.7 user daemon. -Arun