git: tmpfs: Support NFS export of tmpfs filesystems.

Venkatesh Srinivas vsrinivas at crater.dragonflybsd.org
Mon Jan 30 21:54:13 PST 2012


commit 66fa44e7a3111d837743cb11af67100a0cd8b8c6
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/66fa44e7a3111d837743cb11af67100a0cd8b8c6


-- 
DragonFly BSD source repository





More information about the Commits mailing list