https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208275

Konstantin Belousov <k...@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |k...@freebsd.org

--- Comment #8 from Konstantin Belousov <k...@freebsd.org> ---
(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.
_______________________________________________
freebsd-amd64@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-amd64
To unsubscribe, send any mail to "freebsd-amd64-unsubscr...@freebsd.org"

Reply via email to