Re: [RFC 20/26] union-mount: Simple union-mount readdir implementation

2007-08-06 Thread Bharata B Rao
On Mon, Jul 30, 2007 at 06:13:43PM +0200, Jan Blunck wrote: --- a/include/linux/union.h +++ b/include/linux/union.h @@ -53,6 +53,7 @@ extern void __shrink_d_unions(struct den extern int attach_mnt_union(struct vfsmount *, struct vfsmount *, struct dentry *);

[RFC 20/26] union-mount: Simple union-mount readdir implementation

2007-07-30 Thread Jan Blunck
This is a very simple union mount readdir implementation. It modifies the readdir routine to merge the entries of union mounted directories and eliminate duplicates while walking the union stack. FIXME: This patch needs to be reworked! At the moment this only works for ext2 and tmpfs. All