Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Oct 1998 11:02:48 -0800 (PST)
From:      Bruce Evans <bde@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/sys/ufs/ffs ffs_vfsops.c
Message-ID:  <199810251902.LAA20824@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         1998/10/25 11:02:48 PST

  Modified files:
    sys/ufs/ffs          ffs_vfsops.c 
  Log:
  Don't follow null bdevsw pointers.  The `major(dev) < nblkdev' test rotted
  when bdevsw[] became sparse.  We still depend on magic to avoid having to
  check that (v_rdev) device numbers in vnodes are not NODEV.
  
  Removed redundant `major(dev) < nblkdev' tests instead of updating them.
  
  Revision  Changes    Path
  1.90      +5 -4      src/sys/ufs/ffs/ffs_vfsops.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?199810251902.LAA20824>