git: DragonFly_RELEASE_5_2 tmpfs - Fix tmpfs_fid, fix NFS exports
Matthew Dillon
dillon at crater.dragonflybsd.org
Sun May 13 10:02:04 PDT 2018
commit b40be1142a2cdbfe1a08a350e5f8e5c4b0b7939a
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Fri May 11 20:48:39 2018 -0700
tmpfs - Fix tmpfs_fid, fix NFS exports
* Fix the tmpfs_fid structure, the 64-bit elements made it incompatible
with the system fid mapping.
This fixes NFS exports of a tmpfs filesystem.
* Fix tmpfs_fhtovp, the inode number can exceed tmp->tm_nodes_max,
do not error-out in that case.
Summary of changes:
sys/vfs/tmpfs/tmpfs.h | 2 +-
sys/vfs/tmpfs/tmpfs_vfsops.c | 3 ---
2 files changed, 1 insertion(+), 4 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/b40be1142a2cdbfe1a08a350e5f8e5c4b0b7939a
--
DragonFly BSD source repository
More information about the Commits
mailing list