Date: Mon, 09 May 2022 21:11:09 +0000 From: bugzilla-noreply@freebsd.org To: fs@FreeBSD.org Subject: [Bug 263765] panic: ffs_sync: modification on read-only filesystem Message-ID: <bug-263765-3630-SEJZ9Eg5j8@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-263765-3630@https.bugs.freebsd.org/bugzilla/> References: <bug-263765-3630@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=3D263765 --- Comment #6 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3Dca7c2d2eedf690ae0c780451f53d9ce36= bb2c337 commit ca7c2d2eedf690ae0c780451f53d9ce36bb2c337 Author: Konstantin Belousov <kib@FreeBSD.org> AuthorDate: 2022-05-09 20:46:05 +0000 Commit: Konstantin Belousov <kib@FreeBSD.org> CommitDate: 2022-05-09 20:46:05 +0000 UFS: clear fs_fmod once more, in the buffer data copy. This is needed for in-kernel copy of the code, where allocation might happen after fs_fmod is cleared in ffs_sbput() but before the write. Reported by: markj Reviewed by: chs, markj PR: 263765 Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://reviews.freebsd.org/D35149 sys/ufs/ffs/ffs_vfsops.c | 1 + 1 file changed, 1 insertion(+) --=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-263765-3630-SEJZ9Eg5j8>