From mboxrd@z Thu Jan 1 00:00:00 1970 From: "H. Peter Anvin" Subject: Re: Re: [NFS] VFS: Busy inodes after unmount on 2 way SMP Date: Fri, 12 Sep 2003 17:34:48 -0700 Sender: autofs-bounces@linux.kernel.org Message-ID: <3F626628.9040000@zytor.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" To: Ion Badulescu Cc: autofs@linux.kernel.org Ion Badulescu wrote: > > I don't know if it's the same issue, but I've seen it many many times > while testing amd's autofs functionality. It occurs when a non-empty > autofs filesystem is unmounted, e.g. if it has some leftover > subdirectories from previous mounts. Therefore I'd say it's quite > clearly an autofs issue, at least in my case. > > Do you see it when shutting down the automounter, or in other cases as > well? > This happens when *any* filesystem allows itself to be unmounted without proper cleanup. If it happens in normal operation, it is more likely an NFS problem. If it happens on automounter shutdown, it's likely an autofs problem. -hpa