Anybody working on removing sendmail from base?

Matthew Dillon dillon at apollo.backplane.com
Wed Oct 1 11:38:12 PDT 2003


:Are varsyms a part of DFVFS, or are they seperate and alongside it?
:If they are seperate - is it a duplication of functionality?

    Separate and alongside it.  Variant symlinks would be implemented in
    the core namei() and lookup() procedures, not in filesystems. 
    Essentially they would simply be a reinterpretation of the contents of
    a symlink.  e.g.  "/usr/local/etc/{$apache_version}/blah/blah/blah".

:Taking that into account, it looks like varsyms and DFVFS+unionfs, are
:two different ways of solving the same problem.  Are both needed?  Can
:the work of varsyms be done with, say, DFVFS+viewfs, where viewfs is a

    Unionfs is like a bull running through the streets.  Variant symlinks
    are like a feather floating down from the sky.  i.e.  unionfs is
    severe overkill.  

					-Matt
					Matthew Dillon 
					<dillon at xxxxxxxxxxxxx>

:At least, as I understand it.
:
:-Chris






More information about the Kernel mailing list