cvs commit: src/sys/fs/msdosfs msdosfs_denode.c msdosfs_vfsops.c msdosfsmount.h

Poul-Henning Kamp phk at FreeBSD.org
Tue Mar 15 12:57:25 PST 2005


phk         2005-03-15 20:57:25 UTC

  FreeBSD src repository

  Modified files:
    sys/fs/msdosfs       msdosfs_denode.c msdosfs_vfsops.c 
                         msdosfsmount.h 
  Log:
  Eliminate cdev pointer in inodes, they're not used or needed.
  
  The cdev could have been pulled out of the mountpoint cheaper back
  when it was used anyway.
  
  Revision  Changes    Path
  1.85      +1 -3      src/sys/fs/msdosfs/msdosfs_denode.c
  1.143     +0 -1      src/sys/fs/msdosfs/msdosfs_vfsops.c
  1.37      +0 -1      src/sys/fs/msdosfs/msdosfsmount.h


More information about the cvs-all mailing list