svn commit: r202708 - head/sys/fs/tmpfs

Yoshihiro Ota ota at j.email.ne.jp
Thu Jan 21 04:17:08 UTC 2010


On Wed, 20 Jan 2010 18:50:58 +0100
"Ronald Klop" <ronald-freebsd8 at klop.yi.org> wrote:

> On Wed, 20 Jan 2010 18:34:37 +0100, Ivan Voras <ivoras at freebsd.org> wrote:
> 
> > 2010/1/20 Jaakko Heinonen <jh at freebsd.org>:
> >> Author: jh
> >> Date: Wed Jan 20 16:56:20 2010
> >> New Revision: 202708
> >> URL: http://svn.freebsd.org/changeset/base/202708
> >
> >> Modified:
> >>  head/sys/fs/tmpfs/tmpfs_subr.c
> >>  head/sys/fs/tmpfs/tmpfs_vfsops.c
> >
> > Any chance of downgrading the "considered highly experimental" status
> > message of tmpfs to something less scary? Like "will probably not set
> > your hamster on fire"? :)
> >
> > I admit I haven't used it for any really demanding work but it looks
> > ok enough for /tmp on some busy systems.
> 
> And since this list is shrinking.
> http://www.freebsd.org/cgi/query-pr-summary.cgi?category=&severity=&priority=&class=&state=&sort=none&text=tmpfs&responsible=&multitext=&originator=&release=
> 
> Ronald.

I've been using it for all ports build since tmpfs appeared on FreeBSD.
Most of times, it is okay although I had to fix a couple of bumps.
There seems to be some corner cases as I see PRs come in.

Speaking of bugs, tmpfs may have problems if you do "mv a a" where
both source and target are the same; file may disappear due to some
bug with rename.2.  I tested with Linux and Solaris and "mv" prevented
problems with some of these archs.  But I forgot most of results and didn't
have time since then.

Hiro


More information about the svn-src-all mailing list