git: DragonFly_RELEASE_3_0 tmpfs: Support NFS export of tmpfs filesystems.

Thomas Nikolajsen thomas at crater.dragonflybsd.org
Sat Feb 18 02:51:06 PST 2012


commit d22d7da4c92407e8baf2008f1ade8d07ce8e573f
Author: Venkatesh Srinivas <me at endeavour.zapto.org>
Date:   Tue Jan 31 00:15:24 2012 -0500

    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

Summary of changes:
 sys/vfs/tmpfs/tmpfs.h        |    2 ++
 sys/vfs/tmpfs/tmpfs_vfsops.c |   23 ++++++++++++++++++++++-
 sys/vfs/tmpfs/tmpfs_vnops.c  |   29 +++++++++++++++++++++++++++++
 3 files changed, 53 insertions(+), 1 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/d22d7da4c92407e8baf2008f1ade8d07ce8e573f


-- 
DragonFly BSD source repository





More information about the Commits mailing list