K 10 svn:author V 3 imp K 8 svn:date V 27 2018-03-12T21:39:38.021714Z K 7 svn:log V 334 We can't use d_opendata for blkio storage. 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. END