https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222356
--- Comment #5 from Konstantin Belousov <[email protected]> --- (In reply to Tijl Coosemans from comment #4) +J should make the amount of writes on close significantly larger. +J solves the problem of leaked resources only, since the problem of the filesystem metadata correctness is already solved by the SU part. So +J must journal all metadata objects which cannot be reached from the normal metadata accesses. In particular, all freed data blocks must be mentioned in the journal records before cg bitmaps are allowed to be written. The result is that +J at least doubles the amount of writes, and also the data amount is O(file length) at least. Again, your description does not make me see how my patch (which only affects msync(2)) relates to the build failures. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "[email protected]"
