Date: Thu, 23 Jun 2011 10:40:57 -0700 From: Craig Rodrigues <rodrigc@crodrigues.org> To: obrien@freebsd.org, freebsd-current@freebsd.org Subject: Re: Thoughts on TMPFS no longer being considered "highly experimental" Message-ID: <BANLkTimoFbPfdqdMsk2F%2ByVN9tNCHH0xBw@mail.gmail.com> In-Reply-To: <20110623163109.GA508@dragon.NUXI.org> References: <20110623163109.GA508@dragon.NUXI.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi,
Sounds good to me. The tmpfs(5) man page should be patched also.
--
Craig Rodrigues
rodrigc@crodrigues.org
On Thu, Jun 23, 2011 at 9:31 AM, David O'Brien <obrien@freebsd.org> wrote:
> Does anyone object to this patch?
>
> David Wolfskill and I have run TMPFS on a number of machines for two
> years with no problems.
>
> I may have missed something, but I'm not aware of any serious PRs on
> TMPFS either.
>
>
> Index: tmpfs_vfsops.c
> ===================================================================
> --- tmpfs_vfsops.c (revision 221113)
> +++ tmpfs_vfsops.c (working copy)
> @@ -155,9 +155,6 @@ tmpfs_mount(struct mount *mp)
> return EOPNOTSUPP;
> }
>
> - printf("WARNING: TMPFS is considered to be a highly experimental "
> - "feature in FreeBSD.\n");
> -
> vn_lock(mp->mnt_vnodecovered, LK_SHARED | LK_RETRY);
> error = VOP_GETATTR(mp->mnt_vnodecovered, &va, mp->mnt_cred);
> VOP_UNLOCK(mp->mnt_vnodecovered, 0);
>
> --
> -- David (obrien@FreeBSD.org)
> _______________________________________________
> freebsd-current@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
>
--
Craig Rodrigues
rodrigc@rodrigues.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?BANLkTimoFbPfdqdMsk2F%2ByVN9tNCHH0xBw>
