kernel - Try to ensure a uniform fsid for exports (2)
authorMatthew Dillon <dillon@apollo.backplane.com>
Thu, 28 Mar 2019 06:06:30 +0000 (23:06 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Thu, 28 Mar 2019 06:06:30 +0000 (23:06 -0700)
commitc7533f668489d8ad1a77b41b726968d5a7624153
tree9db87ca17023508d644409273b250e141a48ca56
parentae4bce3c291c22a8ec4a92a61cccdd638beb87b7
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.
sys/kern/vfs_mount.c