cvs commit: src/sbin/fsck_ffs Makefile fsck.h fsutil.c inode.c main.c pass5.c setup.c

Pawel Jakub Dawidek pjd at FreeBSD.org
Tue Oct 31 22:07:05 UTC 2006


pjd         2006-10-31 22:06:56 UTC

  FreeBSD src repository

  Modified files:
    sbin/fsck_ffs        Makefile fsck.h fsutil.c inode.c main.c 
                         pass5.c setup.c 
  Log:
  Implements gjournal support. If file system has gjournal support enabled
  and -p flag was given perform fast file system checking (bascially only
  garbage collecting of orphaned objects).
  
  Rename bread() to blread() and bwrite() to blwrite() as we now link to
  the libufs library, which also implement functions with that names.
  
  Sponsored by:   home.pl
  
  Revision  Changes    Path
  1.17      +3 -1      src/sbin/fsck_ffs/Makefile
  1.37      +3 -2      src/sbin/fsck_ffs/fsck.h
  1.26      +5 -5      src/sbin/fsck_ffs/fsutil.c
  1.38      +2 -2      src/sbin/fsck_ffs/inode.c
  1.45      +24 -1     src/sbin/fsck_ffs/main.c
  1.43      +1 -0      src/sbin/fsck_ffs/pass5.c
  1.50      +3 -3      src/sbin/fsck_ffs/setup.c


More information about the cvs-all mailing list