git: tmpfs - Fix tmpfs_fid, fix NFS exports

Matthew Dillon dillon at crater.dragonflybsd.org
Sat May 12 16:13:27 PDT 2018


commit 513b5023fec57c775a1291a53d4412a2111e32f9
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/513b5023fec57c775a1291a53d4412a2111e32f9


-- 
DragonFly BSD source repository



More information about the Commits mailing list