1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-26 11:47:31 +00:00
freebsd/sbin/fsck_ffs
Konstantin Belousov 2db8baa956 fsck_ffs shall accept the configured journal size, and not refuse to
operate on it if journal size is greater then SUJ_MAX. The later
constant is only to select maximal journal size when user did not
specified size explicitely.

Submitted by:	Andrey Zonov <andrey@zonov.org>
Reviewed by:	mckusick
MFC after:	1 week
2012-08-02 10:39:54 +00:00
..
dir.c
ea.c
fsck_ffs.8 Be more helpful about alternate superblocks. 2012-02-10 12:01:19 +00:00
fsck.h Spelling fixes for sbin/ 2012-01-07 16:09:33 +00:00
fsutil.c Spelling fixes for sbin/ 2012-01-07 16:09:33 +00:00
gjournal.c Fix warning when compiling with gcc46: 2012-01-10 02:59:50 +00:00
inode.c
main.c Forgot this nit in r221107. 2011-09-03 03:12:33 +00:00
Makefile
pass1.c
pass1b.c
pass2.c Replace index() and rindex() calls with strchr() and strrchr(). 2012-01-03 18:51:58 +00:00
pass3.c
pass4.c
pass5.c
setup.c Be more helpful about alternate superblocks. 2012-02-10 12:01:19 +00:00
suj.c fsck_ffs shall accept the configured journal size, and not refuse to 2012-08-02 10:39:54 +00:00
utilities.c