Re: 2.6.24-rc3: find complains about /proc/net

From: Eric W. Biederman
Date: Wed Nov 21 2007 - 01:38:23 EST



Below is a preliminary patch. It solves the directory issue but it doesn't
play well with proc_mnt and proc_flush_task. It works by simply caching the
network namespace when we mount proc so we don't have to be fancy and dynamic.

Something for the discussion anyway.

I will start sorting out what makes sense tomorrow.

Eric