DragonFly BSD
DragonFly commits List (threaded) for 2012-02
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

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


From: Thomas Nikolajsen <thomas@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 18 Feb 2012 02:51:06 -0800 (PST)

commit d22d7da4c92407e8baf2008f1ade8d07ce8e573f
Author: Venkatesh Srinivas <me@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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]