Subject: Re: CVS commit: syssrc
To: Christos Zoulas <christos@zoulas.com>
From: Jason R Thorpe <thorpej@zembu.com>
List: source-changes
Date: 08/09/2000 16:30:16
On Wed, Aug 09, 2000 at 10:37:59PM +0000, Christos Zoulas wrote:

 > > Log Message:
 > > Some versions of Linux libc look for /proc/.../exe instead of /proc/../file.
 > > Add an entry for "exe" that is the same as "file", provided only if
 > > COMPAT_LINUX is set.
 > 
 > Wouldn't that be even better if it was visible only by processes where
 > p->p_emul == &emul_linux*?

Actually, why do we care if the emulation is present or not?  This
could be a real pain for loadable filesystems/emulations.

-- 
        -- Jason R. Thorpe <thorpej@zembu.com>