Actions
Bug #8748
closedloader: ptblread() is broken with >512B sectors
Start date:
2017-10-31
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
External Bug:
Description
The loader strategy() function is assuming 512B blocks, so we need to adjust ptblread() for other sector sizes.
see also: https://reviews.freebsd.org/D12847
Updated by Electric Monk almost 6 years ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
git commit 13a5079a32b4bbe08103c61961f221d82c864e65
commit 13a5079a32b4bbe08103c61961f221d82c864e65 Author: Toomas Soome <tsoome@me.com> Date: 2017-11-02T19:53:41.000Z 8748 loader: ptblread() is broken with >512B sectors Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Richard Lowe <richlowe@richlowe.net>
Actions