mirror of
https://github.com/opnsense/src.git
synced 2026-04-28 17:49:22 -04:00
into un-zeroed storage. The original patch was questioned by Kirk as it forces the filesystem to do excessive work initialising inodes on first use, and was never MFC'd. This change mimics the newfs(8) approach of zeroing two blocks of inodes for each new cylinder group. Reviewed by: mckusick MFC after: 3 weeks
6 lines
53 B
Makefile
6 lines
53 B
Makefile
# $FreeBSD$
|
|
|
|
all test:
|
|
prove -vmw regress.t
|
|
|
|
clean:
|