[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <E1Ojud6-0004Br-D6@pomaz-ex.szeredi.hu>
Date: Fri, 13 Aug 2010 15:49:04 +0200
From: Miklos Szeredi <miklos@...redi.hu>
To: Valerie Aurora <vaurora@...hat.com>
CC: viro@...iv.linux.org.uk, miklos@...redi.hu, jblunck@...e.de,
hch@...radead.org, linux-kernel@...r.kernel.org,
linux-fsdevel@...r.kernel.org, vaurora@...hat.com
Subject: Re: [PATCH 19/39] union-mount: Implement union lookup
On Sun, 8 Aug 2010, Valerie Aurora wrote:
> Implement unioned directories, whiteouts, and fallthrus in pathname
> lookup routines. do_lookup() and lookup_hash() call lookup_union()
> after looking up the dentry from the top-level file system.
> lookup_union() is centered around __lookup_hash(), which does cached
> and/or real lookups and revalidates each dentry in the union stack.
>
> XXX - implement negative union cache entries
>
> XXX - handle different permissions on directories
If process doing the lookup doesn't have write permission on the top
level directory then the lookup will fail. This is not intended, is
it?
Thanks,
Miklos
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists