Date: Thu, 17 May 2018 15:46:18 +0000 From: bugzilla-noreply@freebsd.org To: fs@FreeBSD.org Subject: [Bug 213507] [msdosfs]: Prevent occasional directory corruption while extending it to another cluster Message-ID: <bug-213507-3630-cTthKVlbEp@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-213507-3630@https.bugs.freebsd.org/bugzilla/> References: <bug-213507-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=3D213507 --- Comment #20 from Kirk McKusick <mckusick@FreeBSD.org> --- (In reply to Damjan Jovanovic from comment #19) You are correct in what the code needs to do. The general areas that are li= kely to be problematic are when a write fails and when a file is deleted. For wr= ite failures the UFS strategy is to deallocate and invalidate the block. When a file is deleted, any of its in-memory data needs to be freed so that it does not "reappear" if the file once again is written. --=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-213507-3630-cTthKVlbEp>