Date: Thu, 10 Nov 2022 23:00:39 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: =?UTF-8?B?W0J1ZyAyNTkwOTBdIFVGUzogYmFkIGZpbGUgZGVzY3JpcHRvcjog?= =?UTF-8?B?c29mdCB1cGRhdGUgam91cm5hbGluZyBjYW4gbm90IGJlIGVuYWJsZWQgb24g?= =?UTF-8?B?c29tZSBGcmVlQlNELXByb3ZpZGVkIGRpc2sgaW1hZ2VzIOKAkyBmYWlsZWQg?= =?UTF-8?B?dG8gd3JpdGUgdXBkYXRlZCBjZw==?= Message-ID: <bug-259090-227-siw9rTfsHf@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-259090-227@https.bugs.freebsd.org/bugzilla/> References: <bug-259090-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D259090 Kirk McKusick <mckusick@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Open |In Progress --- Comment #10 from Kirk McKusick <mckusick@FreeBSD.org> --- Please try this patch and see if it helps: diff --git a/sbin/tunefs/tunefs.c b/sbin/tunefs/tunefs.c index 11956f946ff5..bad31512daab 100644 --- a/sbin/tunefs/tunefs.c +++ b/sbin/tunefs/tunefs.c @@ -312,6 +312,8 @@ main(int argc, char *argv[]) on =3D special =3D argv[0]; if (ufs_disk_fillout(&disk, special) =3D=3D -1) goto err; + if (ufs_disk_write(&disk) =3D=3D -1) + goto err; /* * Check for unclean filesystem. */ --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-259090-227-siw9rTfsHf>