Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Jan 2010 23:17:12 -0500
From:      Yoshihiro Ota <ota@j.email.ne.jp>
To:        "Ronald Klop" <ronald-freebsd8@klop.yi.org>
Cc:        Jaakko Heinonen <jh@freebsd.org>, src-committers@freebsd.org, svn-src-all@freebsd.org, ota@j.email.ne.jp, Ivan Voras <ivoras@freebsd.org>, svn-src-head@freebsd.org
Subject:   Re: svn commit: r202708 - head/sys/fs/tmpfs
Message-ID:  <20100120231712.91132fd0.ota@j.email.ne.jp>
In-Reply-To: <op.u6uei8ys8527sy@212-123-145-58.ip.telfort.nl>
References:  <201001201656.o0KGuKKG061597@svn.freebsd.org> <9bbcef731001200934n67f7c009sb39a6fe238ac4a8@mail.gmail.com> <op.u6uei8ys8527sy@212-123-145-58.ip.telfort.nl>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 20 Jan 2010 18:50:58 +0100
"Ronald Klop" <ronald-freebsd8@klop.yi.org> wrote:

> On Wed, 20 Jan 2010 18:34:37 +0100, Ivan Voras <ivoras@freebsd.org> wrote:
> 
> > 2010/1/20 Jaakko Heinonen <jh@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



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