From mboxrd@z Thu Jan 1 00:00:00 1970 From: Al Viro Subject: Re: [patch 3/7] vfs: mountinfo: add mount ID Date: Thu, 27 Mar 2008 22:13:58 +0000 Message-ID: <20080327221358.GY10722@ZenIV.linux.org.uk> References: <20080327120619.031944658@szeredi.hu> <20080327122355.594127612@szeredi.hu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: akpm@linux-foundation.org, linuxram@us.ibm.com, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org To: Miklos Szeredi Return-path: Received: from zeniv.linux.org.uk ([195.92.253.2]:40346 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758537AbYC0WOF (ORCPT ); Thu, 27 Mar 2008 18:14:05 -0400 Content-Disposition: inline In-Reply-To: <20080327122355.594127612@szeredi.hu> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Thu, Mar 27, 2008 at 01:06:22PM +0100, Miklos Szeredi wrote: > From: Miklos Szeredi > > Add a unique ID to each vfsmount using the IDR infrastructure. The > identifiers are reused after the vfsmount is freed. Er... That would need shifting allocation to attach_recursive_mnt() and copy_tree()... Anyway, nevermind that for now; I'll pick the variant with spinlock from the previous patchset.