Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Mar 2000 06:23:22 -0800 (PST)
From:      Bruce Evans <bde@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern vfs_subr.c
Message-ID:  <200003121423.GAA46092@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         2000/03/12 06:23:22 PST

  Modified files:
    sys/kern             vfs_subr.c 
  Log:
  Try harder to make the lower 16 bits of fsids unique.  The vfs type
  number was packed very wastefully, giving perfect non-uniqeness in
  the lower 16 bits of fsids for filesystems with the same vfs type.
  This made linux_stat() return perfectly non-unique (broken) 16-bit
  st_dev's for nfs mount points, and effectively reduced mntid_base to
  8 bits so that the vfs_getnewfsid() looped endlessly when there are
  already 256 mounted filesystems with the required vfs type.
  
  Approved by:	jkh
  
  Revision  Changes    Path
  1.249     +26 -16    src/sys/kern/vfs_subr.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200003121423.GAA46092>