Actions
Bug #9273
closedloader.efi: We can't use d_opendata for blkio storage.
Start date:
2018-03-13
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
Description
FreeBBSD update: https://svnweb.freebsd.org/base?view=revision&revision=330807
open_disk uses d_opendata for it's own purpse. We can't store blkio there. Fortunately, blkio is stored elsewhere and we never actually retrieve blkio from d_opendata. Eliminate it as a source of confusion. Eliminate all stores of d_opendata in efi since this layer doesn't own that field.
Updated by Electric Monk about 4 years ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
git commit 4e5127e8d53552c26604da7ec1d20e29b8196086
commit 4e5127e8d53552c26604da7ec1d20e29b8196086 Author: Toomas Soome <tsoome@me.com> Date: 2018-05-14T12:47:35.000Z 9273 loader.efi: We can't use d_opendata for blkio storage. Reviewed by: Yuri Pankov <yuripv@yuripv.net> Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Approved by: Dan McDonald <danmcd@joyent.com>
Actions