https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279308
--- Comment #18 from [email protected] --- A commit in branch stable/14 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=54416c6e137980197ee7a3cdc124174642f32af2 commit 54416c6e137980197ee7a3cdc124174642f32af2 Author: Kirk McKusick <[email protected]> AuthorDate: 2024-10-03 15:05:42 +0000 Commit: Kirk McKusick <[email protected]> CommitDate: 2024-10-12 22:30:06 +0000 Ensure that soft updates are not enabled by default when using mdmfs(8) When soft updates began being enabled by default that change carried over to mdmfs(8) which does not want or need them. This fix ensures that they are only enabled in mdmfs(8) when requested with the -U flag. Reported by: Ivan Rozhuk Tested by: Michael Proto PR: 279308 (cherry picked from commit 5b21d4ad060acb06c72e0458daebec9bcbf0cefd) include/paths.h | 3 +++ sbin/mdmfs/mdmfs.c | 9 ++++++++- 2 files changed, 11 insertions(+), 1 deletion(-) -- You are receiving this mail because: You are the assignee for the bug.
