[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4624DB46.6040400@cs.columbia.edu>
Date: Tue, 17 Apr 2007 10:35:50 -0400
From: Shaya Potter <spotter@...columbia.edu>
To: bharata@...ux.vnet.ibm.com
CC: linux-kernel@...r.kernel.org, linux-fsdevel@...r.kernel.org,
Jan Blunck <j.blunck@...harburg.de>
Subject: Re: [RFC][PATCH 0/15] VFS based Union Mount
Bharata B Rao wrote:
> Hi,
>
> Here is an attempt towards vfs based union mount implementation.
> Union mount provides the filesytem namespace unification feature.
> Unlike the traditional mounts which hide the contents of the mount point,
> the union mount presents the merged view of the mount point and the
> mounted filesytem.
does this approach allow one to add directories to the union and have it
behave normally. namely when imagine one has the situation
dir-b
dir-a/ (contains file foo)
if one unions this and deletes foo, that will create a whiteout entry in
dir-a
now, what happens if one does
dir-c
dir-b (now contains whiteout, from previous union).
dir-a (contains file foo)
will one see foo or not. i.e. are whiteouts only looked for in the
topmost dir, or in every dir?
-
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