DragonFly commits List (threaded) for 2012-01
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: tmpfs: Support NFS export of tmpfs filesystems.
commit 66fa44e7a3111d837743cb11af67100a0cd8b8c6
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/66fa44e7a3111d837743cb11af67100a0cd8b8c6
--
DragonFly BSD source repository
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]