Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 May 2002 12:08:03 -0700 (PDT)
From:      Ian Dowse <iedowse@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/conf files src/sys/gnu/ext2fs ext2_alloc.c ext2_balloc.c ext2_extern.h ext2_fs.h ext2_inode.c ext2_inode_cnv.c ext2_linux_balloc.c ext2_linux_ialloc.c ext2_lookup.c ext2_readwrite.c ext2_subr.c ext2_vfsops.c ...
Message-ID:  <200205161908.g4GJ83e25137@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
iedowse     2002/05/16 12:08:03 PDT

  Modified files:
    sys/conf             files 
    sys/gnu/ext2fs       ext2_alloc.c ext2_balloc.c ext2_extern.h 
                         ext2_fs.h ext2_inode.c ext2_inode_cnv.c 
                         ext2_linux_balloc.c ext2_linux_ialloc.c 
                         ext2_lookup.c ext2_readwrite.c 
                         ext2_subr.c ext2_vfsops.c ext2_vnops.c 
                         fs.h 
    sys/modules/ext2fs   Makefile 
  Log:
  Complete the separation of ext2fs from ufs by copying the remaining
  shared code and converting all ufs references. Originally it may
  have made sense to share common features between the two filesystems,
  but recently it has only caused problems, the UFS2 work being the
  final straw.
  
  All UFS_* indirect calls are now direct calls to ext2_* functions,
  and ext2fs-specific mount and inode structures have been introduced.
  
  Revision  Changes    Path
  1.632     +2 -0      src/sys/conf/files
  1.34      +4 -22     src/sys/gnu/ext2fs/ext2_alloc.c
  1.15      +4 -7      src/sys/gnu/ext2fs/ext2_balloc.c
  1.27      +19 -10    src/sys/gnu/ext2fs/ext2_extern.h
  1.12      +0 -23     src/sys/gnu/ext2fs/ext2_fs.h
  1.33      +88 -30    src/sys/gnu/ext2fs/ext2_inode.c
  1.12      +62 -91    src/sys/gnu/ext2fs/ext2_inode_cnv.c
  1.17      +23 -24    src/sys/gnu/ext2fs/ext2_linux_balloc.c
  1.18      +11 -13    src/sys/gnu/ext2fs/ext2_linux_ialloc.c
  1.32      +33 -16    src/sys/gnu/ext2fs/ext2_lookup.c
  1.24      +3 -3      src/sys/gnu/ext2fs/ext2_readwrite.c
  1.23      +2 -4      src/sys/gnu/ext2fs/ext2_subr.c
  1.93      +101 -92   src/sys/gnu/ext2fs/ext2_vfsops.c
  1.63      +996 -118  src/sys/gnu/ext2fs/ext2_vnops.c
  1.11      +1 -1      src/sys/gnu/ext2fs/fs.h
  1.4       +3 -3      src/sys/modules/ext2fs/Makefile

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?200205161908.g4GJ83e25137>