]> xenbits.xensource.com Git - people/andrewcoop/mini-os.git/commit
Mini-OS: add support for runtime mounts
authorJuergen Gross <jgross@suse.com>
Mon, 13 Feb 2023 08:44:08 +0000 (09:44 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 20 Feb 2023 15:17:35 +0000 (15:17 +0000)
commitcb9df0df37815851a2c25b3b60d14140397d88f1
tree16516b00eeb3053eed344e07bdd0c26cb35e5231
parent15e0ed068007e55aa6bddd80c03ddda1ed758cdb
Mini-OS: add support for runtime mounts

Add the support to mount a device at runtime. The number of dynamic
mounts is limited by a #define.

For devices supporting multiple files struct file is modified to hold
a pointer to file specific data in contrast to device specific data.

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