Re: [RFC 00/26] VFS based Union Mount (V2)

2007-08-02 Thread Jan Blunck
On Thu, Aug 02, Bharata B Rao wrote: > 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 mou

Re: [RFC 00/26] VFS based Union Mount (V2)

2007-08-01 Thread Bharata B Rao
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 c

Re: [RFC 00/26] VFS based Union Mount (V2)

2007-07-30 Thread Al Boldi
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. Great! > Recent changes: > - brand new union str

[RFC 00/26] VFS based Union Mount (V2)

2007-07-30 Thread Jan Blunck
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. Recent changes: - brand new union structure no longer tied to the dentryn,