pjd         2006-10-31 21:52:28 UTC

  FreeBSD src repository

  Modified files:
    sbin/newfs           mkfs.c newfs.8 newfs.c newfs.h 
    sbin/tunefs          tunefs.8 tunefs.c 
  Log:
  Add -J flag to both newfs(8) and tunefs(8) which allows to enable gjournal
  support.
  I left -j flag for UFS journal implementation which we may gain at some
  point.
  
  Sponsored by:   home.pl
  
  Revision  Changes    Path
  1.92      +2 -0      src/sbin/newfs/mkfs.c
  1.70      +3 -1      src/sbin/newfs/newfs.8
  1.81      +5 -1      src/sbin/newfs/newfs.c
  1.18      +1 -0      src/sbin/newfs/newfs.h
  1.37      +3 -0      src/sbin/tunefs/tunefs.8
  1.43      +42 -7     src/sbin/tunefs/tunefs.c
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to