Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751838Ab1DOM32 (ORCPT ); Fri, 15 Apr 2011 08:29:28 -0400 Received: from mail-bw0-f46.google.com ([209.85.214.46]:52388 "EHLO mail-bw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750877Ab1DOM31 convert rfc822-to-8bit (ORCPT ); Fri, 15 Apr 2011 08:29:27 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=szeredi.hu; s=google; h=mime-version:x-originating-ip:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=NAbCXYLQgo+OBSS1JtJ7Hs1aJ1oLK7iVvwdfdvsjY/0/jeiE8E/4eUkqW/bfXd0OjX Ub9Ae37x5Yu0XQlysHL/X2xUIInw3BrBDFcc78Cg1Ume/xs9xiEzkx9Nv8Hlo62IvXLo cGw7afgtQqvfpMHsgmV0b9VRUWiAxFn1laJKE= MIME-Version: 1.0 X-Originating-IP: [88.209.222.127] In-Reply-To: References: <4DA4B6A8.7030804@gmail.com> Date: Fri, 15 Apr 2011 14:29:25 +0200 Message-ID: Subject: Re: Unionmount status? From: Miklos Szeredi To: Michal Suchanek Cc: Jiri Kosina , Ric Wheeler , linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, David Howells , Ian Kent , Jeff Moyer , Christoph Hellwig Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1148 Lines: 34 On Fri, Apr 15, 2011 at 1:51 PM, Michal Suchanek wrote: > On 15 April 2011 13:31, Miklos Szeredi wrote: >> On Fri, Apr 15, 2011 at 1:22 PM, Michal Suchanek wrote: >>> >>> Cleaning up temporary files... >>> [    nn.nnnnnn] overlayfs: ERROR - failed to whiteout 'motd' >>> find: cannot delete `./motd': Operation not supported >> >> What is the upper filesystem type?  Is xattr support enabled? >> > > The upper filesystem is tmpfs and there is not option regarding XATTR > in the config. Apparently tmpfs does not support generic xattr. I understand why tmpfs is an attractive choice for an upper filesystem, so this should be addressed. I see two options here: 1) implement generic xattr in tmpfs 2) take whiteout/opaque support from union mounts and use that Both have advantages and disadvantages. Any thoughts? Thanks, Miklos -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/