]> xenbits.xensource.com Git - mini-os.git/commit
Mini-OS: add open and close handling to the 9pfs frontend
authorJuergen Gross <jgross@suse.com>
Mon, 13 Feb 2023 08:44:11 +0000 (09:44 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 20 Feb 2023 15:17:35 +0000 (15:17 +0000)
commit76a46192cca9ec895ea7bb434487bf6b9f117570
tree98bfb5fc13b31b4a01178d0e98717cd96c81904f
parent0924fec1de588e7b6620d8f0be3aa0e2324c7bd6
Mini-OS: add open and close handling to the 9pfs frontend

Add the open() and close() support to the 9pfs frontend. This requires
to split the path name and to walk to the desired directory level.

Signed-off-by: Juergen Gross <jgross@suse.com>
Reviewed-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
9pfront.c