From mboxrd@z Thu Jan 1 00:00:00 1970 From: James Pearson Subject: Re: [patch] umount loopback filessystems on autofs stop Date: Fri, 03 Sep 2004 10:03:19 +0100 Sender: autofs-bounces@linux.kernel.org Message-ID: <41383357.2000305@moving-picture.com> References: <11395.1094160050@ichips.intel.com> <4137D77E.9080703@sun.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4137D77E.9080703@sun.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: autofs-bounces@linux.kernel.org Content-Type: text/plain; charset="us-ascii"; format="flowed" To: Mike Waychison Cc: autofs@linux.kernel.org Mike Waychison wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Joseph V Moss wrote: > >>Using /proc/mounts could be an issue for anyone trying to use this > > with a kernel > >>that truncates /proc/mounts. >> > > > Which kernel truncates /proc/mounts? > > Any recent kernel uses the seq_file interface which guarantees that > nothing gets truncated. I have a system up and running that works fine > with about 2500 mounts. seq_file support for /proc/mounts was introduced with 2.4.19 James Pearson