]> xenbits.xensource.com Git - people/aperard/mini-os.git/commit
Introduce a common dev pointer in struct file
authorJuergen Gross <jgross@suse.com>
Tue, 11 Jan 2022 14:58:04 +0000 (15:58 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 12 Jan 2022 11:35:25 +0000 (11:35 +0000)
commit2e3bb09a98f2912a045b21dee1cf0216edb8001d
tree93c835c7e0db788c1faebe5418aeca60b5a7395f
parentf27adfcb42219e1d49ef4f1c8db85c0d31aab04f
Introduce a common dev pointer in struct file

There are many dev pointers in a union in struct file. Prepare to
switch to a single one by introducing a new common one.

Signed-off-by: Juergen Gross <jgross@suse.com>
Reviewed-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
include/lib.h