Date: Thu, 10 May 2001 10:50:02 -0700 (PDT) From: Jim Pirzyk <Jim.Pirzyk@disney.com> To: freebsd-bugs@FreeBSD.org Subject: Re: bin/27240: df does not support '-l' option Message-ID: <200105101750.f4AHo2a30678@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/27240; it has been noted by GNATS. From: Jim Pirzyk <Jim.Pirzyk@disney.com> To: Garrett Wollman <wollman@khavrinen.lcs.mit.edu>, Jim.Pirzyk@disney.com Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: bin/27240: df does not support '-l' option Date: Thu, 10 May 2001 10:40:22 -0700 Ok, so I have a question. How do I get vfsconf from the kernel? I can get maxvfsconf from there via the sysctl CTL_VFS, VFS_GENERIC, VFS_MAXTYPENUM. - JimP On Thursday 10 May 2001 07:50 am, Garrett Wollman wrote: > <<On Wed, 9 May 2001 22:06:47 -0700 (PDT), Jim.Pirzyk@disney.com said: > > + case 'l': > > + if (vfslist != NULL) > > + errx(1, "-l and -t are mutally exclusive."); > > + vfslist = makevfslist("nonfs"); > > + break; > > Actually, that's not the right way to implement this function. The > correct way would be to scan the list of available filesystem types > and look for ones without the VFCF_NETWORK flag. > > -GAWollman -- --- @(#) $Id: dot.signature,v 1.9 2000/07/10 16:43:05 pirzyk Exp $ __o Jim.Pirzyk@disney.com ------------------------------------- _'\<,_ Senior Systems Engineer, Walt Disney Feature Animation (*)/ (*) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200105101750.f4AHo2a30678>