https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208275
Konstantin Belousov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #8 from Konstantin Belousov <[email protected]> --- (In reply to Fabian Keil from comment #7) I think the only needed part of the change is the move of n calculation after the error check. In head, cluster_read() and bread() relibably reset bp to NULL on error, _and_ brelse ignores NULL argument. So it may be argued that the fix also could remobe brelse() call from the error path. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-amd64 To unsubscribe, send any mail to "[email protected]"
