]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
The size of the UFS soft-updates journal must be a multiple of the
authormckusick <mckusick@FreeBSD.org>
Sat, 2 Mar 2019 21:22:56 +0000 (21:22 +0000)
committermckusick <mckusick@FreeBSD.org>
Sat, 2 Mar 2019 21:22:56 +0000 (21:22 +0000)
commit778bf100cf86f1772cb504bc493cdb730ac6b094
tree22f65e51e908dbf735b0f71df3d604e625a92f1c
parent98f1b8096dee80b446dff8384300083361c25a05
The size of the UFS soft-updates journal must be a multiple of the
filesystem block size. When a size is specified with the -S flag
to tunefs(8), round it up to the filesystem block size.

Reported by:  Peter Holm
Tested by:    Peter Holm
Sponsored by: Netflix
sbin/tunefs/tunefs.c