[Devel] Re: [PATCH 1/9] exec_path 1/9: introduce ->exec_path and switch /proc/*/exe
Linus Torvalds
torvalds at linux-foundation.org
Thu Jun 4 08:07:23 PDT 2009
On Thu, 4 Jun 2009, Matt Helsley wrote:
>
> Doesn't this pin the vfs mount of the executable for the lifetime of
> the task?
Well, yes, but so does the current code.
Sure, in _theory_ it can be a non-mmap executable (maybe people still have
those old OMAGIC a.out executables), and in _theory_ you could unmap the
executable even if it was originally mmap'ed, but neither of those is
exactly common, are they?
So in practice, nothing has changed wrt lifetime of the executable.
Linus
_______________________________________________
Containers mailing list
Containers at lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/containers
More information about the Devel
mailing list