|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Minios-devel] [UNIKRAFT PATCH v3 4/5] lib/devfs: Automount through inittab
Hello Simon, Please find the comment inline. Thanks & Regards Sharan On 9/24/19 12:07 PM, Simon Kuenzer wrote: The automount option of devfs to `/dev` is moved to an inittab entry. Signed-off-by: Simon Kuenzer <simon.kuenzer@xxxxxxxxx> --- lib/devfs/devfs_vnops.c | 29 ++++++++++++++++++++--------- lib/devfs/include/devfs/device.h | 3 +++ 2 files changed, 23 insertions(+), 9 deletions(-) diff --git a/lib/devfs/devfs_vnops.c b/lib/devfs/devfs_vnops.c index d872e622..278a1a61 100644 --- a/lib/devfs/devfs_vnops.c +++ b/lib/devfs/devfs_vnops.c @@ -59,7 +59,8 @@#include <vfscore/fs.h> -#include <uk/ctors.h>+#include <uk/init.h> +#include <uk/print.h>#include "devfs.h" Why do we need this? We could add documentation of this API. + #endif /* !_DEVICE_H */ _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |