From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bharata B Rao Subject: Re: [RFC 00/26] VFS based Union Mount (V2) Date: Thu, 2 Aug 2007 12:19:43 +0530 Message-ID: <20070802064943.GB24152@in.ibm.com> References: <20070730161323.100048969@weierstrass.suse.de> Reply-To: bharata@linux.vnet.ibm.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org To: Jan Blunck Return-path: Received: from e2.ny.us.ibm.com ([32.97.182.142]:37325 "EHLO e2.ny.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751930AbXHBGtq (ORCPT ); Thu, 2 Aug 2007 02:49:46 -0400 Content-Disposition: inline In-Reply-To: <20070730161323.100048969@weierstrass.suse.de> Sender: linux-fsdevel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Mon, Jul 30, 2007 at 06:13:23PM +0200, Jan Blunck wrote: > Here is another post of the VFS based union mount implementation. Unlike the > traditional mount which hides the contents of the mount point, union mounts > present the merged view of the mount point and the mounted filesytem. Doesn't compile without CONFIG_DEBUG_UNION_MOUNT. fs/namei.c: In function `hash_lookup_union': fs/namei.c:1798: error: implicit declaration of function `UM_DEBUG_LOOKUP' make[1]: *** [fs/namei.o] Error 1 Regards, Bharata.