Re: [RFC][PATCH 0/15] VFS based Union Mount

From: Shaya Potter
Date: Tue Apr 17 2007 - 10:37:36 EST


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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/