Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Apr 1996 10:46:26 -0700 (MST)
From:      Terry Lambert <terry@lambert.org>
To:        alk@Think.COM (Tony Kimball)
Cc:        questions@freebsd.org
Subject:   Re: asynchronous metadata update in -current?
Message-ID:  <199604091746.KAA05341@phaeton.artisoft.com>
In-Reply-To: <199604090819.DAA04254@compound.think.com> from "Tony Kimball" at Apr 9, 96 03:19:00 am

next in thread | previous in thread | raw e-mail | index | archive | help
> Does -current have async fs metadata update?  (Only my maker knows
> when I will get far enough in to determine this by inspection -- not
> this century at the current rate.)

Yes, it does.  Use the "async" mount flag if you want to enable it.

> I would have searched freebsd-fs.src, and in fact did, but it
> is empty, void, null, defunct, kaput.

That's the live filesystem?

The file system sources are in:

/sys/isofs/cd9660	(should be /sys/fs/cd9660)
/sys/msdosfs		(should be /sys/fs/msdosfs)
/sys/nfs		(should be /sys/fs/nfs)
/sys/ufs/ufs		(should be /sys/fs/ufs)		<-- ffs async
/sys/ufs/ffs		(should be /sys/fs/ffs)		<-- ffs async
/sys/ufs/lfs		(should be /sys/fs/lfs)
/sys/miscfs/deadfs	(should be /sys/fs/deadfs)
/sys/miscfs/devfs	(should be /sys/fs/devfs)
/sys/miscfs/fdesc	(should be /sys/fs/fdesc)
/sys/miscfs/fifofs	(should be /sys/fs/fifofs)
/sys/miscfs/kernfs	(should be /sys/fs/kernfs)
/sys/miscfs/nullfs	(should be /sys/fs/nullfs)
/sys/miscfs/portal	(should be /sys/fs/portal)
/sys/miscfs/procfs	(should be /sys/fs/procfs)
/sys/miscfs/specfs	(Obsoleted by devfs)
/sys/miscfs/umapfs	(should be /sys/fs/umapfs)
/sys/miscfs/union	(should be /sys/fs/union)


					Terry Lambert
					terry@lambert.org
---
Any opinions in this posting are my own and not those of my present
or previous employers.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199604091746.KAA05341>