tmpfs: Support NFS export of tmpfs filesystems.
authorVenkatesh Srinivas <me@endeavour.zapto.org>
Tue, 31 Jan 2012 05:15:24 +0000 (00:15 -0500)
committerThomas Nikolajsen <thomas@dragonflybsd.org>
Sat, 18 Feb 2012 10:06:41 +0000 (11:06 +0100)
commitd22d7da4c92407e8baf2008f1ade8d07ce8e573f
treec55ac2bdc56ff7947fcdb95b494805ede693b33d
parente6a2de8892f82243ea8672b974cb8d190c0bc35d
tmpfs: Support NFS export of tmpfs filesystems.

* Implement vop_mountctl and MOUNTCTL_SET_EXPORT interfaces to allow mountd
  to export a tmpfs filesystem.

* Implement vfs_checkexp to allow NFS to function.

Closes: Bug 2277
sys/vfs/tmpfs/tmpfs.h
sys/vfs/tmpfs/tmpfs_vfsops.c
sys/vfs/tmpfs/tmpfs_vnops.c