cvs commit: src/sbin/mount Makefile mount.c src/sys/ufs/ffs
 ffs_vfsops.c
    Bosko Milekic 
    bmilekic at FreeBSD.org
       
    Mon Apr 26 08:13:47 PDT 2004
    
    
  
bmilekic    2004/04/26 08:13:46 PDT
  FreeBSD src repository
  Modified files:
    sbin/mount           Makefile mount.c 
    sys/ufs/ffs          ffs_vfsops.c 
  Log:
  The previous change to mount(8) to report ufs or ufs2 used
  libufs, which only works for Charlie root.
  
  This change reverts the introduction of libufs and moves the
  check into the kernel.  Since the f_fstypename is the same
  for both ufs and ufs2, we check fs_magic for presence of
  ufs2 and copy "ufs2" explicitly instead.
  
  Submitted by: Christian S.J. Peron <maneo at bsdpro.com>
  
  Revision  Changes    Path
  1.15      +0 -2      src/sbin/mount/Makefile
  1.66      +0 -11     src/sbin/mount/mount.c
  1.231     +9 -2      src/sys/ufs/ffs/ffs_vfsops.c
    
    
More information about the cvs-all
mailing list