git: kernel - Try to ensure a uniform fsid for exports (2)

Matthew Dillon dillon at crater.dragonflybsd.org
Wed Mar 27 23:09:48 PDT 2019


commit c7533f668489d8ad1a77b41b726968d5a7624153
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Wed Mar 27 23:06:30 2019 -0700

    kernel - Try to ensure a uniform fsid for exports (2)
    
    * Just use a direct fsid.val[0]/val[1] comparison for now.
    
      Fixes NFS exports.  kernel compile is converting memcmp to
      bcmp but bcmp doesn't returned a signed value.  Will have to
      check compatibility issues and fix in a follow-up commit.

Summary of changes:
 sys/kern/vfs_mount.c | 23 ++++++++++++++++++-----
 1 file changed, 18 insertions(+), 5 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/c7533f668489d8ad1a77b41b726968d5a7624153


-- 
DragonFly BSD source repository



More information about the Commits mailing list