Date: Tue, 31 Oct 2006 21:52:28 +0000 (UTC) From: Pawel Jakub Dawidek <pjd@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/newfs mkfs.c newfs.8 newfs.c newfs.h src/sbin/tunefs tunefs.8 tunefs.c Message-ID: <200610312152.k9VLqSvA019972@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610312152.k9VLqSvA019972>
