Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Aug 1999 14:07:14 -0700 (PDT)
From:      Bruce Evans <bde@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/gnu/ext2fs ext2_vfsops.c src/sys/isofs/cd9660 cd9660_vfsops.c src/sys/msdosfs msdosfs_vfsops.c
Message-ID:  <199908232107.OAA01283@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         1999/08/23 14:07:14 PDT

  Modified files:
    sys/gnu/ext2fs       ext2_vfsops.c 
    sys/isofs/cd9660     cd9660_vfsops.c 
    sys/msdosfs          msdosfs_vfsops.c 
  Log:
  Initialise fsids with (user) device numbers again.  Bitrot when dev_t's
  were changed to pointers was obscured by casting dev_t's to longs.
  fsids haven't even been comprised of longs since the Lite2 merge.
  
  Revision  Changes    Path
  1.52      +1 -1      src/sys/gnu/ext2fs/ext2_vfsops.c
  1.59      +2 -2      src/sys/isofs/cd9660/cd9660_vfsops.c
  1.48      +2 -2      src/sys/msdosfs/msdosfs_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?199908232107.OAA01283>