From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Waychison Subject: Re: [NFS] Re: VFS: Busy inodes after unmount on 2 way SMP Date: Tue, 30 Sep 2003 08:51:45 -0400 Sender: autofs-bounces@linux.kernel.org Message-ID: <3F797C61.5000706@sun.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, Arun Sharma , Ion Badulescu , nfs@lists.sourceforge.net, "H. Peter Anvin" Ian Kent wrote: >>>OK. Did you try Olaf's NFS patch? >>> >>> >>This is not an NFS problem. The message occurs regardless of what is >>mounted on /misc/homes (NFS, local ext2, bind mount, whatever). >> >> > >I must admit, reading through the thread, I was wondering how it could >be an NFS problem. > > > Inodes are only initialized once, when they are first allocated from the slab. Any reused inodes will continue having a bad refcount, causing similar behaviour on different filesystems. Can this be reproduced on a filesystem other than NFS for which the system has never made an NFS mount? Mike Waychison