Subject: Re: Removing tmpfs' experimental status
To: Julio M.Merino Vidal <jmmv84@gmail.com>
From: Jason Thorpe <thorpej@shagadelic.org>
List: tech-kern
Date: 10/22/2006 17:09:24
On Oct 22, 2006, at 6:59 AM, Julio M. Merino Vidal wrote:
> - Disable the tmpfs_vfstofh and tmpfs_fhtovfs vfsops so that tmpfs
> does not support exporting. (I'm making them optional through a
> TMPFS_ENABLE_NFS macro so that people interested in fixing it can
> quickly enable the missing bits. Of course the macro will go away
> when things work as expected.)
We ought to decouple the fh vfsops from "NFS exportability". The fh
interface has utility outside of NFS.
-- thorpej