Re: [PATCH 05/15] mini-os: introduce a common dev pointer in struct file

2022-01-08 Thread Samuel Thibault
Juergen Gross, le jeu. 06 janv. 2022 12:57:31 +0100, a ecrit: > 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 Reviewed-by: Samuel Thibault > --- > include/lib.h | 1 + > 1 file chang

[PATCH 05/15] mini-os: introduce a common dev pointer in struct file

2022-01-06 Thread Juergen Gross
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 --- include/lib.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/lib.h b/include/lib.h index dc56f52..60aaf1c 100644 --- a/include/l