Uh oh!
There was an error while loading. Please reload this page.
change the name of struct blockIODevice to BlockIODevice - #232
Conversation
Signed-off-by: Wang Qilin <wangqilin2@huawei.com>
runcom
commented
Oct 25, 2015
IIRC I did this way so the inner struct was hidden and you just had to instantiate the upper struct with only the public fields (I explicitly did this way cause I didn't want another struct just for Major, Minor and you can always use the other struct without instantiating the private one). This is to say that unless something really needs it I think exporting this structure is meaningless |
vbatts
commented
Oct 27, 2015
This is intentional. It'll stay not exported for now. |
wking
commented
Mar 2, 2016
On Sun, Oct 25, 2015 at 08:06:35AM -0700, Antonio Murdaca wrote:
This got unpacked in more detail on IRC today, starting with 1. |
the struct
blockIODeviceis begin with lower case letters, and we cannot export it and instantiate it from other packages.This PR fixed itSigned-off-by: Wang Qilin wangqilin2@huawei.com