From mboxrd@z Thu Jan 1 00:00:00 1970 From: hooanon05@yahoo.co.jp Subject: Re: [RFC PATCH 1/2] Union Mount: glibc readdir support Date: Tue, 06 May 2008 14:46:14 +0900 Message-ID: <6773.1210052774@jrobl> References: <20080429133201.GA9938@localhost.localdomain> <20080429133346.GB9938@localhost.localdomain> <48195E69.3030701@redhat.com> <20080506042117.GA29298@in.ibm.com> Cc: Ulrich Drepper , bsn.0007@gmail.com, libc-alpha@sourceware.org, Jan Blunck , Erez Zadok , linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, viro@zeniv.linux.org.uk, Christoph Hellwig , Mingming Cao , Dave Hansen , Trond Myklebust , David Woodhouse To: bharata@linux.vnet.ibm.com Return-path: Received: from vsmtp02.dti.ne.jp ([202.216.231.137]:51806 "EHLO vsmtp02.dti.ne.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751521AbYEFFrt (ORCPT ); Tue, 6 May 2008 01:47:49 -0400 In-Reply-To: <20080506042117.GA29298@in.ibm.com> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Bharata B Rao: > At the server side, I can't see how NFS server could export a union. > I don't see how this could be sanely done with Union Mount. Erez, how > does Unionfs handle this ? > > Is dis-allowing NFS-exporting of unions an option ? As a note, there were many requests for aufs to support NFS-exporting. And it was already implemented. The encode/decode_fh functions in aufs behave like sub-nfsd. Junjiro Okajima